video2x icon indicating copy to clipboard operation
video2x copied to clipboard

Is there a reason not to use ffmpeg's -vf scale=wxh:flags=lanczos ?

Open Boteium opened this issue 2 years ago • 1 comments

I think the downscale part can be done by ffmpeg's lancoz downscale filter and remove the need to re-scale it by python. It's much faster and efficient. The downscale and encoding process can be done together in only one step. There is really no need to add parallelism in python in the next version when ffmpeg can already do that.

Boteium avatar Mar 08 '22 17:03 Boteium

Sounds like a nice idea, I'll try implementing that.

k4yt3x avatar Mar 08 '22 23:03 k4yt3x