Created
August 19, 2011 22:25
-
-
Save ggarnier/1158192 to your computer and use it in GitHub Desktop.
Remove undesired audio tracks from a video file
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
# extracted from http://superuser.com/questions/56093/remove-audio-stream-from-xvid-files | |
# replace -aid value with the audio track number you wish to keep | |
mencoder orig.avi -o new.avi -oac copy -ovc copy -aid 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment