viernes, 8 de abril de 2011

tovid todisc


todisc -files File1.mpg File2.mpg File3.mpg \
 -titles "Episode 1" "Episode 2" "Episode 3" \
-out Season_One

-playall

-playall
-menu-title "hola"

http://readthedocs.org/docs/tovid/en/latest/man/tovid.html#command-disc



Usage:
    todisc [OPTIONS] \
      -files File1.mpg File2.mpg ... \
      -titles "Title 1" "Title 2" ... \
      -out OUT_PREFIX
Input files must be MPEG, and the number of -files and -titles must be equal.
See the todisc manual page ('man todisc') for additional documentation.

martes, 5 de abril de 2011

Cortar videos con FFmpeg / winff

Cortando videos con ffmpeg.
parametros:
-ss hh:mm:ss -t segundos.
ej.

 -ss 00:00:001 -t 3

ffmpeg -i input.mpg -ss 00:00:001 -t 3 output.mpg

puede utilizarse tambien con winff utilizando los parametros adicionales.

10 minutos:
-ss 00:00:001 -t 599

sábado, 18 de septiembre de 2010

Convertir DVD PAL a NTSC

Guia Convertir DVD PAL a NTSC y NTSC a PAL
PAL to NTSC guide

-demux (PgcDemux.exe) www.videohelp.com/tools/PgcDemux

-Convertir *.M2V a DVD PAL/NTSC (FFMPEG , puede usarse winff que es un frontend)
www.videohelp.com/tools/WinFF

-demux del video generado con FFMPEG *.mpg a *.m2v (TMPGEnc) www.videohelp.com/tools/TMPGEnc

-mux de video, audio y subtitulos (ReJig) http://www.videohelp.com/tools/ReJig


-Controlar subtitulos , si fallan arreglarlos (DVDSubEdit) ww.videohelp.com/tools/DVDSubEdit
-Si hace falta, forzar subtitulos (Ifoedit) www.videohelp.com/tools/IfoEdit


viernes, 17 de septiembre de 2010

Ifoedit

Forzar subtitulos

abrir .ifo
VTS_PGCITI
+VTS_PGC_1


buscar pgc del que se quiere forzar los subitulos
agregar un precommand

51 00 00 00 A0 00 00 00 ---> set subpicture stream: 0 (on)

Otros comandos utiles
- 51 00 00 00 be 00 00 00 ---> set subpicture stream: 30 (on) ---- Podemos aumentar la b en una unidad para mas subpictures
-- 51 00 00 00 81 00 00 00 ---> set subpicture stream: 1 (off) ---- Podemos aumentar la b en una unidad para mas subpictures
-- 30 08 00 00 XX 83 00 00 ---> (CallSS VTSM) Call TitleSet root-menu [Resume Cell:XX]
-- 30 08 00 00 XX 82 00 00 ---> (CallSS VTSM) Call TitleSet title-menu [Resume Cell:XX]
-- 30 08 00 00 XX 84 00 00 ---> (CallSS VTSM) Call TitleSet sub-picture-menu [Resume Cell:XX]
-- 30 08 00 00 XX 85 00 00 ---> (CallSS VTSM) Call TitleSet audio-menu [Resume Cell:XX]
-- 30 08 00 00 XX 86 00 00 ---> (CallSS VTSM) Call TitleSet angle-menu [Resume Cell:XX]
-- 30 08 00 00 XX 87 00 00 ---> (CallSS VTSM) Call TitleSet chapter-menu [Resume Cell:XX]
-- 51 00 00 8X 00 00 00 00 ---> Set Audio Stream: X ---- (aumentando el 8 a 9 tb aumentamos el numero del audio en 16)

Cambiar subtitulos de un DVD

PGC_DEMUX
SRT2SUP http://www.videohelp.com/tools/srt2sup
MUXMAN

DVDSubEdit (CORRIGE COLORES) http://www.videohelp.com/tools/DVDSubEdit

miércoles, 15 de septiembre de 2010

Mplayer

Pasar DVD a .mpg

dumpT1.cmd
"c:\Archivos de programa\Mplayer for Windows\mplayer" dvd://1 -dvd-device . -dumpstream -dumpfile video1.mpg

bajar .cmd
http://www.mediafire.com/?i7azvbzqa67yb


Mplayer para windows

lunes, 6 de septiembre de 2010

Convertir VIDEO_TS en *.ISO con linux

$mkdir dvd

$ cd dvd
// poner aqui la carpeta video_ts

$ ls VIDEO_TS
$ mkisofs -dvd-video -o ../dvd.iso .