fe80Grau / ytdlp2STRM

A little script to serve Youtube / Twitch / Crunchyroll videos without storage it. Uses yt-dlp HTTP data throught Flask and dynamic URLs. We can use this dynamic URLs to set STRM files.
https://github.com/fe80Grau/ytdlp2STRM
MIT License
228 stars 21 forks source link

Using ytdlp-ffmpeg binary #61

Open LiamKarlMitchell opened 3 months ago

LiamKarlMitchell commented 3 months ago

Reading the yt-dlp readme I noticed that they have their own ffmpeg binary with some patches for yt-dlp.

There are bugs in ffmpeg that cause various issues when used alongside yt-dlp. Since ffmpeg is such an important dependency, we provide custom builds with patches for some of these issues at yt-dlp/FFmpeg-Builds. See: https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#strongly-recommended

https://github.com/yt-dlp/FFmpeg-Builds

I wonder if this projects docker image should include these?