Releases: flazepe/clipper
Releases · flazepe/clipper
v0.2.2
Changelog
- Added
-y
and-n
flags (8a3e8e3) - Support program as a lib (35b88d5)
- Fixed improper character escaping method for ffmpeg (1b47d60)
- Added the
-resize
/-r
option to resize all inputs to a specific resolution. If the-resize
option 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
/-vt
option for selecting the input video track (4b26212) - Added the
-audio-track
/-at
option for selecting the input audio track (b5914a8) - Added the
-subtitle-track
/-st
option for burning subtitles into the output video (b5914a8) - Added the
-nvenc
flag for using the NVENC encoder (4b26212) - Added the
-preset
/-p
option for setting the encoder preset (4b26212) - Added the
-crf
option for setting the CPU encoder's CRF (4b26212) - Added the
-vn
flag for disabling the video track for output video (1636c39) - Renamed the
-mute
option to-an
(1636c39) - Renamed the
-debug
option to-dry-run
(1636c39) - Force the output video pixel format to be in
yuv420p
for compatibility (7289ca0)