Instalando “tovid” desde el svn en Debian/SID
“tovid”, es una colección de programas de edición de video, etc, mas un par de script, que nos facilita la tarea de editar videos, ya sea pegándole subtítulos, crear DVDs con menús, VCDs, etc…
1.- Instatalando lo necesario;
Hay que asegurarse de tener los siguientes packages:
Antonita:/usr/local/src# apt-get install txt2tags mjpegtools ffmpeg automake autoconf mencoder imagemagick subversion automake autoconf python-wxversion
Leyendo lista de paquetes… Hecho
Creando árbol de dependencias
Leyendo la información de estado… Hecho
Se instalarán los siguientes paquetes extras:
autotools-dev bc libavdevice52 libdc1394-22 libmjpegtools0 libquicktime1
libserf-0-0 libsvn1 libswscale0 m4 python-wxgtk2.6
Paquetes sugeridos:
autobook autoconf-archive autoconf-doc autoconf2.13 gettext gnu-standards
libtool libdvdcss mplayer-doc sox toolame mpeg2dec a52dec python-xml
wx2.6-doc wx2.6-examples subversion-tools db4.6-util python-tk
Se instalarán los siguientes paquetes NUEVOS:
autoconf automake autotools-dev bc ffmpeg imagemagick libavdevice52
libdc1394-22 libmjpegtools0 libquicktime1 libserf-0-0 libsvn1 libswscale0 m4
mencoder mjpegtools python-wxgtk2.6 python-wxversion subversion txt2tags
0 actualizados, 20 se instalarán, 0 para eliminar y 5 no actualizados.
Se necesita descargar 0B/17,6MB de archivos.
After this operation, 55,7MB of additional disk space will be used.
¿Desea continuar [S/n]?
2.- Bajando las fuentes;
Antonita:/usr/local/src# svn checkout http://tovid.googlecode.com/svn/trunk/tovid tovid
3.- Instalando;
Antonita:/usr/local/src/tovid# ./bootstrap
Done. You may now do ./configure && su -c “make install”
Antonita:/usr/local/src/tovid# ./configure
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking for txt2tags… :
checking for a Python interpreter with version >= 2.4… python
checking for python… /usr/bin/python
checking for python version… 2.5
checking for python platform… linux2
checking for python script directory… ${prefix}/lib/python2.5/site-packages
checking for python extension module directory… ${exec_prefix}/lib/python2.5/s
ite-packages
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/tovid-init
configure:
You may now type ’su -c “make install”‘ to compile and install tovid.
(or you can try to ‘make sense’ of it all…)
Antonita:/usr/local/src/tovid#
La salida del make install era un poco larga asi que la deje de lado…
4.- Utilizando tovid;
CdK1@Antonita:~$ tovid
——————————–
tovid
DVD and (S)VCD video conversion script
Version svn-r2540
http://tovid.org
——————————–
Using config file /home/CdK1/.tovid/tovid.config, containing the following optio
ns:
(none)
tovid command-line used:
=========================================================
Usage: tovid [OPTIONS] -in {input file} -out {output prefix}
Common options:
-dvd | -half-dvd | -dvd-vcd Encode to standard DVD format
-vcd | -svcd Encode to (S)VCD format
-kvcd | -kvcdx3 | -kdvd | -bdvd Encode to non-standard MPEG-2 format
-pal | -ntsc | -ntscfilm Set TV standard
Example:
tovid -in foo.avi -out foo_encoded
Convert ‘foo.avi’ with default options (NTSC DVD), putting the
encoded video in ‘foo_encoded.mpg’.
See the tovid manual page (‘man tovid’) for additional documentation.
=========================================================
*** Usage error: Please provide an input filename with the -in option.
CdK1@Antonita:~$
Graficamente;
CdK1@Antonita:~$ tovidgui -s
Ejejmplo;
CdK1@Antonita:~/Desktop/Movies/AVIs$ tovid -dvd -ntsc -wide -quality 10 -vbitrate 6000 -subtitles rep.texasmassacre.srt -in rep.texasmassacre.avi -out Masacre_In_Texas


Escribe un comentario