Skip to content

Instantly share code, notes, and snippets.

@clayman083
Created October 5, 2012 17:58
Show Gist options
  • Save clayman083/3841347 to your computer and use it in GitHub Desktop.
Save clayman083/3841347 to your computer and use it in GitHub Desktop.
Извлечение звуковой дорожки из mkv файла
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