Bluegrams / Vividl

Modern Windows GUI for youtube-dl/ yt-dlp
https://vividl.sourceforge.io
BSD 3-Clause "New" or "Revised" License
638 stars 54 forks source link

Add GPU acceleration for FFmpeg #34

Closed JosephM101 closed 2 years ago

JosephM101 commented 2 years ago

It can take a really long time to convert large/long videos. I know that conversion uses FFmpeg, and I believe it's possible to enable GPU acceleration (at least with a port). If that was an option that could be enabled/disabled, that would be awesome, and would significantly increase conversion times.

alxnull commented 2 years ago

FFmpeg does seem to support GPU acceleration for MP4 conversions on Nvidia GPUs. I added a settings option to enable this feature in the newest version 0.6.0. It can be enabled via "Settings -> Download -> Use GPU acceleration for video recoding" and should improve conversion times to MP4 and with CUDA-supported GPUs.

Hope this helps!