- Add isEnvencSupported tests to skip gpu encode when selected but not possible.
- Update Audio spectrum rendering style to use spectrograms.
- Add new encoding mode "Full Source Reencode" re-encodes whole file without filters or clipping.
- Allow encode stage filters to be extended.
- Add option to shift all keyframe values at once.
- Add new shortcuts for keyframe mode.
- Add mousewheel seek to merge tab previews.
- Add "sketch lines" mode to filter tab video preview.
- Add option to drag from completed clip on merged tab to copy single encode.
- Add option to drag from clip preview on merge tab to copy filename.
- Add option to drag from "Encode" button on merge tab to copy all encoded files at once.
- Add button to "Add all clips in Creation order" on merge tab.
- "Find matching sounds" option (requires cv2-contrib)
- Option to load yt-dlp credentails from ytdlpCreds.json in format:
{
"username":"XXXX",
"password":"XXXX",
"twofactor":"XXXX",
"browserCookies":"chrome"
}
- Bugfix for in-progress encodes being cleared.