Hello again. I was hoping I could get some help with ffmpeg's commands. What I'd like to do is create an ffmpeg script/batch file (I'm on Windows) that strips the audio from a video. The video track would be untouched.
I tried this with a simple
-i sandwich.mkv -an -vcodec copy sandwich2.mkv
Which to me, says "take sandwich.mkv, ignore the audio, duplicate the video, save it as sandwich2.mkv", perfect.
But I was given a file with a muxing overhead of 26%, making it considerably larger than the file I started with. I'm not really sure of what I'm doing wrong, so I was hoping someone could advise me. What's the best way to simply pluck the audio track from a video and throw it away?
+ Reply to Thread
Results 1 to 2 of 2
-
-
what does the log file say?
try changing the order (video before audio)
Similar Threads
-
script ffmpeg ?
By lf2 in forum ProgrammingReplies: 5Last Post: 14th Mar 2012, 10:10 -
How to write randomizer script in DVDMaestro
By GomezOptions in forum Authoring (DVD)Replies: 5Last Post: 20th Aug 2011, 00:15 -
Strip audio track from AVI
By exekutive in forum MacReplies: 12Last Post: 2nd Feb 2011, 16:25 -
Strip out an audio track from an MKV container
By iBeech in forum AudioReplies: 4Last Post: 28th Apr 2009, 07:24 -
Maybe Off Topic but how do you write a script/subtitle?
By Han Solo1 in forum SubtitleReplies: 1Last Post: 4th Mar 2009, 10:18