QualityScaler icon indicating copy to clipboard operation
QualityScaler copied to clipboard

Request: ffmpeg parameters

Open LummoxJR opened this issue 10 months ago • 1 comments

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.

LummoxJR avatar Jan 10 '25 00:01 LummoxJR

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

:)

Djdefrag avatar Jan 10 '25 08:01 Djdefrag