Mencoder
From FrugalWiki
i18n |
---|
English |
Français |
Contents |
Mencoder
MEncoder is a free command line video decoding, encoding and filtering tool released under the GNU General Public License. It is a close sibling to MPlayer and can convert all the formats that MPlayer understands into a variety of compressed and uncompressed formats using different codecs
Installation
Graphical Interface
Examples
Integrate subtitles into a video file
mencoder -sub filename_subtitles.srt -fontconfig -font Arial -subfont-text-scale 4 -oac mp3lame -lameopts cbr:br=128 -ovc xvid -xvidencopts bitrate=900 video_filename.avi -o video_filename_with_subtitles.avi
Convert a file .mkv in .avi
mencoder -oac mp3lame -lameopts cbr=128 -ovc xvid -xvidencopts bitrate=900 filename.mkv -o final_filename.avi