Page 1 of 1

DVD Image to seperate AVIs?

Posted: Thu Sep 07, 2006 11:10 pm
by mfratt
I have a DVD Image of Guns n Roses "Welcome to the Videos" broken up into four *.VOB files. VLC can play these, but I have to manually track to the position where the song I want is, and it will cut out in the middle of a song to go on to the next file. What software can I use to convert these first into AVI or MPEGS, then to cut them up into files by time index? I really dont know anything about video editing, so any help would be appreciated.

Posted: Fri Sep 08, 2006 7:00 am
by Dead1nside
AutoGK? Google it.

Posted: Fri Sep 08, 2006 9:48 am
by smugiri
Video LAN player - you can google it too.

You can look for specific instructions on how to script the program to start and stop in the middle of source video at a specific point in time. The syntax is something like

--start-time <integer> Input start time (seconds)
Input start time (seconds)
--stop-time <integer> Input stop time (seconds)
Input stop time (seconds)

So you would do something like

c:\progra~1\vlc\vlc dvd://d:@1 -start-time 100 -end-time 200

You must know the DVD chapter number (1 is usually the main movie but as always, YMMV)


http://forum.videolan.org/viewtopic.php?t=17203