News | About | Get Frugalware | Packages | Documentation | Discussion Forums | Bug Tracker | Wiki | Community | Development

Mencoder

From FrugalWiki

Jump to: navigation, search
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

Root terminal 48px.png
# pacman-g2 -S mencoder


Graphical Interface

Root terminal 48px.png
# pacman-g2 -S gmencoder


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
Personal tools
Namespaces
Variants
Actions