Fix Video timelines

Posted by Josh on Super User See other posts from Super User or by Josh
Published on 2010-05-03T00:01:45Z Indexed on 2010/05/03 0:08 UTC
Read the original article Hit count: 293

Filed under:
|
|
|
|

So, I have been going through and riping all of my DVD's and it seems that the way to get the highest quality out of these is to have DVD Shrink de-encrypt, rip, and decompress, the DVD's. After that I usually end up with a high quality (high size) set of .vob files in a classic DVD structure. Then I use a python script that I wrote to automate the process of finding the title sequence and then combining all of the title sequences' .vob files together into one file(similar to the "copy /b" command in windows), and then changing the extension to .mpg (a more widely supported format then .vob).

This allows me to get a high quality rip in about 40 min.

The problem comes in playing the files. I need all of the ripped dvd's to play on my media computer using windows media center but windows media center (and vlc for that matter) all think that the video files are anywhere from 5 min. to 0 min. which is not a problem (the video will still play all the way through) but if you want to pause it, when it is unpaused the video will start all the way over (Also fast forward and rewind don't work).

I suspect that it is something wrong with the way the timeline is encoded in the video file, various forums on the internet recommended using virtualdub to fix the errors. But when I try to open the file virtual dub says that the file is not in mpeg-1 encoding and may be in mpeg-2. Is there any way to fix this?

PS: I am aware that there was a similar question but it hasn't had any activity for 2 months and is dealing more with wmv files.

© Super User or respective owner

Related posts about video

Related posts about timeline