Use this to convert h.264 mpeg files with stereo audio to mono.
It just streamcopies the video and converts the audio to mono.
Probably works with any other supported video format.
mencoder ./in.mp4 -ovc copy -oac mp3lame -lameopts mode=3 -o ./out.mp4
Post new comment