Created
October 5, 2012 17:58
-
-
Save clayman083/3841347 to your computer and use it in GitHub Desktop.
Извлечение звуковой дорожки из mkv файла
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
ffmpeg -i video.mkv -map 0:1 -acodec libfaac -ar 44100 -ac 2 -ab 128k -threads 0 audio.aac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment