Skip to content

3.7: Async Frame Writing, Customizable Max Frames Ahead

Latest
Compare
Choose a tag to compare
@akai-katto akai-katto released this 23 Oct 21:15
· 7 commits to master since this release
59079ba

This introduces async frame writing, meaning that dandere2x should be able to extract frames faster, as well as being able to customize how many frames you can be max ahead by, allowing for "theoretically" faster performance. Will need feedback to see if it works or not.

Also fixes config file that was designed for RealSR and not waifu2x-ncnn-vulkan, and left a note in the root directory for those using RealSR.

3.7.1 edit:

Patch 3.7.1 fixes a bug where framerate was incorrectly counted. For the time being, a brute force, 100% accuracy solution is being put into place, albeit makes the upscaling process slightly slower.

3.7.2 edit

I found the source of the bug in master branch, eliminating the need for the slower-counting-method.

3.7.3 edit

Added support for "pix_fmt" detection and integration. This means the output video will now be the same format as the input video.

3.7.5

Hotpatch intended for 3.7.4. Fixes bug where if video is irregular, a keyerror would arise.

3.7.5

Fixed keyerror in multiprocessing