Skip to content

Instantly share code, notes, and snippets.

@mrladeia
Last active July 21, 2021 15:37
Show Gist options
  • Save mrladeia/75108feb8e4ed32d08fce69b14f44d19 to your computer and use it in GitHub Desktop.
Save mrladeia/75108feb8e4ed32d08fce69b14f44d19 to your computer and use it in GitHub Desktop.
youtube-dl
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