mhogomchungu / media-downloader

Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..
GNU General Public License v2.0
1.34k stars 102 forks source link

Add nonfree builds of FFmpeg #329

Closed trimechee closed 8 months ago

trimechee commented 8 months ago

Hello, using nonfree builds of FFmpeg may fix some bugs....

https://github.com/AnimMouse/ffmpeg-autobuild

and "In many countries, algorithms cannot be patented, FFmpeg can therefore not violate any patent law by implementing patented algorithms in these countries."

http://trac.ffmpeg.org/ticket/65

We hope there will be special version of Media_Downloader who uses this nonfree builds of FFmpeg ! Thank you !

mhogomchungu commented 8 months ago

I get Window's binaries from here.

Best thing about these builds is that they are made by yt-dlp and they are the best for Media Downloader because it primarily work for yt-dlp.

They do not include non GPL builds so i can not use them.

Using builds from other places risks things breaking in ways they do support and i do not want to risk it.

trimechee commented 8 months ago

Interesting, we understand , thank you :)