Skip to content

Instantly share code, notes, and snippets.

@mysteriouspants
Created November 22, 2014 09:03
Show Gist options
  • Save mysteriouspants/e83c46029d6709baeedb to your computer and use it in GitHub Desktop.
Save mysteriouspants/e83c46029d6709baeedb to your computer and use it in GitHub Desktop.
I'm actually surprised this worked (the ffmpeg big was new to me; youtube-dl has worked very reliably for me).
youtube-dl -f 298,299 https://www.youtube.com/watch?v=AdfFnTt2UT0
ffmpeg -i “This\ is\ EVE”\ -\ Uncensored\ \(2014\)-AdfFnTt2UT0.mp4 -i “This\ is\ EVE”\ -\ Uncensored\ \(2014\)-AdfFnTt2UT0.m4a -vcodec copy -acodec copy -map 0:0 -map 1:0 -y this_is_eve.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment