Skip to content

Releases: dwiandhikaap/HFR-Resampler

HFR-Resampler v0.5

24 Dec 14:01
d6a5602
Compare
Choose a tag to compare

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

19 May 18:03
Compare
Choose a tag to compare
  • 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

07 May 13:32
Compare
Choose a tag to compare

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

03 May 18:20
a2dcc3f
Compare
Choose a tag to compare
  • 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

05 Feb 05:21
c225e08
Compare
Choose a tag to compare
Pre-release

try this if u r having problem with running the python scripts