Releases: dwiandhikaap/HFR-Resampler
Releases · dwiandhikaap/HFR-Resampler
HFR-Resampler v0.5
Bug Fix
- No video output when file name contains space #1
Other
- Better error message if output fps is more than input fps
- Added warning if output fps is not divisible by input fps
HFR-Resampler v0.4
- Added Customizable Weighting
Now it's possible to use custom function as your weighting method. But it has to be written in Python syntax - Weighting Mode arguments now uses words instead of numbers (case-insensitive)
- Default codec is now 'mp4v'
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
HFR-Resampler v0.2
- Use it from your terminal directly.
- Default codec is FFV1
- No need to manually write video from image sequences and add audio, since now it already does that automatically
Executable Beta-Version 0.1
try this if u r having problem with running the python scripts