Skip to content

HFR-Resampler v0.3

Compare
Choose a tag to compare
@dwiandhikaap dwiandhikaap released this 07 May 13:32
· 15 commits to master since this release

Changelog

  • Only requires 2 arguments at minimum ( -i INPUT_NAME, -o OUTPUT_NAME )
  • The rest of the settings are now stored in settings.json file
  • Added -cvfix argument to fix weird OpenCV colorspace
  • Added feature to use -res UNCHANGED to use input video resolution as output video resolution
  • Added feature to change video codec by their respective FOURCC code, such as FFV1, MJPG, etc..
  • Added --version argument to check the version of this program
  • If any optional arguments are not specified, it will use the values stored in the settings.json file