mediathekview / MediathekView

Das Programm MediathekView durchsucht die Online-Mediatheken verschiedener Sender
https://mediathekview.de
GNU General Public License v3.0
844 stars 95 forks source link

Can MediathekView use aria2c instead of ffmpeg to download files? #706

Open Ottaviocr opened 11 months ago

Ottaviocr commented 11 months ago

I wonder if aria2c can replace ffmpeg entirely. Has anybody tried? What would be the configuration? I have problems downloading some programs from MV but i can download them fine using yt-dlp and aria2c as backend.

vitusson commented 11 months ago

Apples and oranges… I'm doing all my downloads via aria2c, except when it comes to m3u8. aria2c is a download utility while ffmpeg deals with converting videos. You cant use aria2c for getting a video out of a m3u URL. And yt-dlp relies on ffmpeg to do so too.

Ottaviocr commented 11 months ago

Ok. It makes sense. Thanks.