Video

De gacq wiki
Saltar a: navegación, buscar

TEORIA

Teoria basica elemental

Opcional

Edicion

Software

Codecs, formatos, software

Software

MENCODER

Viene con el mplayer

Interfaces graficas del mencoder

TRANSCODE

Interfaces graficas del transcode

Otros utilitarios

Codecs

Select the coding method you want to use. Basically you have two choices:

  • mpeg4
   Best quality, higher compression and more options, but on Windows requires the installation of the DivX codec (from www.divx.com).
  • msmpeg4v2
   The Microsoft MPEG4 V2 codec. On average the files are 10% bigger, but nothing has to be installed on Windows. 

Para editar en el Premiere

mencoder dvd://1 -dvd-device /dev/hdb  -alang English -oac mp3lame -lameopts abr:br=128  -ovc libdv -o "/home/andrea/dvd_vr.avi"

Format convertion

Resize

To resize an MPEG video file install mencoder and run a command like this:

mencoder input.mpeg -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell  -oac copy -vf scale=360:240 -o output.avi

AUDIO

Software de edicion

DVDs

Crear DVD de Video

Notas

Software

Interface grafica

  Interface con el dvdauthor
  Uno de los mas usados?
  Solo MPEG?

Linea de comandos

El video tiene que ser compatible con DVD

  • Video: MPEG1/MPEG2 720x576, 704x576, 352x576, 352x288 (PAL) or 720x480, 704x480, 352x480, 352x240 (NTSC)
  • Audio: MPEG2 48000 Hz, 224k b/s or AC3
  • MPEG-Format: prefered DVD-MPEG (mplex -f 8 movie1.mpg video.m2v audio.mp2)