Created
November 22, 2014 09:03
-
-
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).
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 -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