Skip to content

Version 3.41.1 - Windows build Latest

Latest
Compare
Choose a tag to compare
@dfaker dfaker released this 16 Mar 14:19
5be483f

image

  • 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.