GNU/Linux >> Linux Esercitazione >  >> Linux

Come installare Mencoder e MPlayer su Linux

Mencoder è un programma complementare al lettore multimediale MPlayer che può essere utilizzato per codificare o trasformare qualsiasi flusso audio o video che MPlayer può leggere. Consulta la pagina wiki RestrictedFormats per istruzioni su come abilitare formati non liberi in MPlayer e gmplayer. Per maggiori informazioni visita il sito web di Mplayer.

Passaggio 1. Installa MenCoder e MPlayer

Utenti CentOS/RHEL e Fedora, assicurati di aver abilitato il repository ATrpms nel sistema. Iniziamo a installare MPlayer e Mencoder secondo il tuo sistema operativo.

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

Passaggio 2. Verifica i codici audio/video

Dopo aver installato con successo Mencoder, controlliamo i codici audio/video disponibili

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, ...)

Linux
  1. Come installare Python su Linux

  2. Come installare Java su Linux

  3. Come installare NodeJS su Linux

  4. Come installare FFmpeg in Linux

  5. Come installare PIP in Linux

Come installare Bashtop su Linux

Come installare Helm su Linux

Come installare PuTTY su Linux

Come installare Diskonaut su Linux

Come installare GoAccess su Linux

Come installare Overlord su Linux