mencoder how to mute audio (volume)

mencoder play_this_muted -o to_here.ts -ovc copy -af volume=-200 -oac lavc
(NB that “-af volume” does not work at all if you specify “-oac xxx” ).

5 thoughts on “mencoder how to mute audio (volume)

  1. “-noaudio” works too, except you can’t later merge those files with those that do have audio, without adding “muted” audio back in or what not…

  2. mencoder from_here.avi -ovc copy -lavcopts acodec=ac3 -af volume=-200 -oac lavc -ss 1 -endpos 0.999 -o to_here.avi.1.avi

    if you want dvd style audio

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>