Last active
July 21, 2021 15:37
-
-
Save mrladeia/75108feb8e4ed32d08fce69b14f44d19 to your computer and use it in GitHub Desktop.
youtube-dl
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
sem merge | |
youtube-dl.exe -f best <url> | |
merge com ffmpeg | |
youtube-dl -f bestvideo+bestaudio <url> | |
youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4 <url> | |
youtube-dl.exe -f bestvideo+bestaudio --merge-output-format mp4 -a list.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment