Last active
September 22, 2018 00:24
-
-
Save mablae/6050018a92a67ae2b55a07516d79a414 to your computer and use it in GitHub Desktop.
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
ffmpeg -i 01\ -\ Green\ Beret\ Loading\ Theme.flac \ | |
-map 0:1 \ | |
-c:a:0 alac \ | |
01\ -\ Green\ Beret\ Loading\ Theme.m4a |
ffmpeg -i 01\ -\ Green\ Beret\ Loading\ Theme.flac -map 0:0 -c:a:0 alac 01\ -\ Green\ Beret\ Loading\ Theme.m4a
This should work ;-)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, we are on the right path it seems, but I selected the video stream, not the audio...