Email: pacolinux arroba aldarias punto es
Con Linux Debian. En Valencia (España)
El documento tiene version .html, y .pdf, cambiando en el navegador la parte final podrás acceder a ambos.
Este documento es de libre reproducción siempre que se cite su fuente.
Realizado con:
LATEX
ffmpeg -i video.avi-s qcif -vcodec h263 -acodec mp3 \\ -ac 1 -ar 8000 -r 25 -ab 32 -y video.3gp
ffmpeg -i ARCHIVO.avi -target pal-dvd ARCHIVO.mpg
ffmpeg -i archivo1.avi archivo2.mpg -s 640x480 -b 800k
ffmpeg -i video.mpg -s qcif -vcodec h263 -acodec mp3 \\ -ac 1 -ar 8000 -ab 32 -y video.3gp
mencoder archivo.mpg -ovc frameno -o archivo.avi -oac copy mencoder archivo.mpg -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 \\ -ofps 25 -oac copy -o /dev/null mencoder archivo.mpg -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 \\ -ofps 25 -oac copy -o archivo.avi
ffmpeg -i video.3gp -f avi -vcodec xvid -acodec mp3 \\ -ar 22050 video.avi
ffmpeg -i archivo1.3gp -vcodec mpeg4 -acodec mp3 archivo2.avi
ffmpeg -i tu_archivo.flv tu_nuevo_archivo.avi
ffmpeg -i tu_archivo.flv tu_nuevo_archivo.mpeg
mencoder video.ogg -o video.avi -ovc lavc -oac mp3lame
mencoder -of avi -oac pcm -srate 48000 -af resample=48000:0:2 -ovc lavc -lavcopts vcodec=mjpeg entrada.mov -o salida.avi
mencoder -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video -oac copy entrada.mov -o salida.mpg
for i in *.mpg;do ffmpeg -i $i $i.avi;done
This document was generated using the LaTeX2HTML translator Version 2002-2-1 (1.71)
Copyright © 1993, 1994, 1995, 1996,
Nikos Drakos,
Computer Based Learning Unit, University of Leeds.
Copyright © 1997, 1998, 1999,
Ross Moore,
Mathematics Department, Macquarie University, Sydney.
The command line arguments were:
latex2html convertirvideo -split 0 -local_icons 1 -show_section_numbers -no_auto_link -no_navigation -html_version 4.0
The translation was initiated by paco on 2009-06-19