QualityScaler
QualityScaler copied to clipboard
Request: ffmpeg parameters
On a test I noticed ffmpeg encoding is not respecting the thread limit set in the interface, so it looks like ffmpeg isn't being sent the -threads parameter. Also, hardware-accelerated encoding isn't available in the GUI as an option, so ffmpeg used CPU to do everything.
An option for ffmpeg settings would be very helpful.
Hi my friend,
actually i am using Moviepy as interface to ffmpeg but is not flexible.
In the new update i am removing moviepy dependency and use ffmpeg.exe directly, there will be:
- hardware-accelerated encoding for all gpus (AMD, Nvidia, Intel) + Cpu enconding for compatibility
- more video extensions
:)