GNU/Linux >> Tutoriels Linux >  >> Linux

Comment installer Mencoder et MPlayer sur Linux

Mencoder est un programme compagnon du lecteur multimédia MPlayer qui peut être utilisé pour encoder ou transformer n'importe quel flux audio ou vidéo que MPlayer peut lire. Consultez la page wiki RestrictedFormats pour obtenir des instructions sur l'activation des formats non libres dans MPlayer et gmplayer. Pour plus d'informations, visitez le site Web de MPlayer.

Étape 1. Installez MenCoder et MPlayer

Utilisateurs CentOS/RHEL et Fedora, assurez-vous que vous avez activé le référentiel ATrpms dans le système. Commençons à installer MPlayer &Mencoder selon votre système d'exploitation.

Pour CentOS/RHEL et Fedora :
# yum install mencoder
Pour Ubuntu et Debian :
$ sudo apt-get update
$ sudo apt-get install mencoder

Étape 2. Vérifiez les codes audio/vidéo

Après avoir installé avec succès Mencoder, vérifions les codes audio/vidéo disponibles

Codecs vidéo :
$ 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
Codecs 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, ...)

Linux
  1. Comment installer Python sur Linux

  2. Comment installer Java sur Linux

  3. Comment installer NodeJS sur Linux

  4. Comment installer Vagrant sur Linux

  5. Comment installer TeamViewer 15 sur Linux

Comment installer Bashtop sous Linux

Comment installer Helm sur Linux

Comment installer PuTTY sur Linux

Comment installer Diskonaut sur Linux

Comment installer GoAccess sur Linux

Comment installer Overlord sur Linux