Skip to content

Releases: flazepe/clipper

v0.2.2

26 Nov 06:09
f35651c
Compare
Choose a tag to compare

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

28 Oct 08:40
cc230e5
Compare
Choose a tag to compare

Changelog

  • Added the -speed/-spd option for changing the last input's segment speed (df352f9)
  • Added the -help/-h flag (20fb467)
  • Added the -version/-v flag (20fb467)

v0.2.0

26 Oct 09:51
1dc6d34
Compare
Choose a tag to compare

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)

v0.1.0

21 Oct 10:58
cc6e21c
Compare
Choose a tag to compare

First release.