Releases: flazepe/clipper
Releases · flazepe/clipper
v0.2.2
Changelog
- Added
-yand-nflags (8a3e8e3) - Support program as a lib (35b88d5)
- Fixed improper character escaping method for ffmpeg (1b47d60)
- Added the
-resize/-roption to resize all inputs to a specific resolution. If the-resizeoption was not provided, clipper will resize all inputs to match the resolution of the input with the highest width. It will also add a silent audio track for inputs without audio to prevent errors during encoding (7775bd9)
v0.2.1
v0.2.0
Changelog
- Added support for multiple inputs (1636c39)
- Added the
-video-track/-vtoption for selecting the input video track (4b26212) - Added the
-audio-track/-atoption for selecting the input audio track (b5914a8) - Added the
-subtitle-track/-stoption for burning subtitles into the output video (b5914a8) - Added the
-nvencflag for using the NVENC encoder (4b26212) - Added the
-preset/-poption for setting the encoder preset (4b26212) - Added the
-crfoption for setting the CPU encoder's CRF (4b26212) - Added the
-vnflag for disabling the video track for output video (1636c39) - Renamed the
-muteoption to-an(1636c39) - Renamed the
-debugoption to-dry-run(1636c39) - Force the output video pixel format to be in
yuv420pfor compatibility (7289ca0)