HFR-Resampler v0.3
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