Last active
August 17, 2024 08:01
-
-
Save daz/93242c47b785c3019c2a2aec98f85e65 to your computer and use it in GitHub Desktop.
youtube-dl pipe to ffmpeg for mp3 output one-liner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
youtube-dl -f251 "[URL]" -o - | ffmpeg -i pipe: -strict -2 out.mp3 |
forresthopkinsa
commented
Sep 24, 2019
youtube-dl -f242 https://www.youtube.com/watch\?v\=VCvC4_6zkrs -o - | ffmpeg -i pipe: -r 18 bubz.gif
Thank you friend! I searched all over the Internet in search of such an answer. I was able to implement stream transfer. There is no limit to my joy.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment