Skip to content

v2.1.0

Choose a tag to compare

@shellixyz shellixyz released this 26 Jan 20:33
· 74 commits to main since this release
6c84891

Changes:

  • updated dependencies
  • cut-video: add short version of --start/--end options
  • generate-overlay-video: fix --target-resolution option
  • transcode-video: added option --osd-overlay-video to be able to transcode a file and generate OSD overlay video with a single command
  • transcode-video: added --video-resolution option to be able to downscale/upscale video during transcoding (useful when splicing videos)
  • transcode-video: the command now checks that the video defect regions passed to the --remove-video-defects option are valid before passing them to ffmpeg
  • transcode-video: added --add-audio option to allow to add a silent audio stream to the output video if the input video does not have one (useful when splicing videos with audio to videos without audio to keep the audio in the output)
  • added a splice-videos command
  • added a add-audio-stream command to add a silent audio stream to a video file without audio (useful when splicing videos with audio to videos without audio to keep the audio in the output)