Mencoder adalah program pendamping untuk pemutar media MPlayer yang dapat digunakan untuk mengkodekan atau mengubah aliran audio atau video apa pun yang dapat dibaca oleh MPlayer. Lihat halaman wiki RestrictedFormats untuk petunjuk mengaktifkan format tidak bebas di MPlayer dan gmplayer. Untuk informasi lebih lanjut kunjungi situs web MPlayer.
Langkah 1. Instal MenCoder dan MPlayer
Pengguna CentOS/RHEL dan Fedora, pastikan Anda telah mengaktifkan repositori ATrpms di sistem. Mari mulai menginstal MPlayer &Mencoder sesuai sistem operasi Anda.
Untuk CentOS/RHEL dan Fedora:
# yuminstall mencoder
Untuk Ubuntu dan Debian:
$ sudo apt-getupdate $ sudo apt-getinstall mencoder
Langkah 2. Periksa Kode Audio/Video
Setelah berhasil menginstal Mencoder, mari kita periksa kode audio/video yang tersedia
Codec Video:
$ mencoder -ovc help MEncoder svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team Available codecs: copy - frame copy, without re-encoding. Doesn't work with filters. frameno - special audio-only file for 3-pass encoding, see DOCS. raw - uncompressed video. Use fourcc option to set format explicitly. nuv - nuppel video lavc - libavcodec codecs - best quality! vfw - VfW DLLs, read DOCS/HTML/en/encoding-guide.html. qtvideo - QuickTime DLLs, currently only SVQ1/3 are supported. xvid - XviD encoding x264 - H.264 encoding
Codec Audio:
$ mencoder -oac help MEncoder svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team Available codecs: copy - frame copy, without re-encoding (useful for AC3) pcm - uncompressed PCM audio mp3lame - cbr/abr/vbr MP3 using libmp3lame lavc - FFmpeg audio encoder (MP2, AC3, ...)