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 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.