Log in

View Full Version : Easy way to copy the UOP (FBI Warning etc)


jay23
7th April 2004, 21:01
I am looking at a VOB file copied using DVDDecrypter and it copies the FBI warning etc, but it looks like its only one single Frame. But when the real DVD is played, this image is showen for 5 seconds. How can I take this 1 Frame and convert it into a 5 sec AVI file.

Thanks

Jay

Dimmer
8th April 2004, 03:45
Welcome to the forums.

At the end of each cell, you can specify still time it will remain on the screen. This value can be 0-254 seconds or infinite. You can view it in IfoEdit, where it's called a Cell Still Time.

Because of the same thing, all still menus contain one frame but remain on the screen indefinitely, as you no doubt noticed.

jay23
8th April 2004, 03:55
The problem is how can I do this on DVDDecrypter ? I use it to copy the VOB and then convert to AVI. So where can I do this ?

Thanks

Jay

manono
8th April 2004, 06:03
Hi-

You want to take that one frame and make a 5 second .avi with it? Do I have that right?

Well, you can't grab the 5 second vob in DVDDecrypter, any way that I know of, since it stores only the one frame. But it's easy enough to do using AviSynth. Just make the .d2v as usual. Crop and Resize it as normal, and then use the Loop (http://www.avisynth.org/index.php?page=Loop) command. That's one way, anyway.