Log in

View Full Version : Trying to demux video from vobs


vladkon
2nd May 2005, 14:37
I'm trying to demux video stream from vobs using rejig 0.5. The resulting m2v file has incorrect aspect ratio - 4:3 instead of 16:9. What can I be doing wrong? Thanks in advance for any ideas..

Axed
2nd May 2005, 14:46
Hi, i have no experience with ReJig, and its really not maintained at the moment so may have a few bugs such as that one you are saying. I suggest trying another program to demux vobs, such as the newest DGIndex.

vladkon
2nd May 2005, 19:00
tried dgindex - in d2v file it's written that aspect ratio is 4:3. On other side when I open it in any DVD plaeyer i see a 16:9 picture.. Don't understand how it can be..

jggimi
2nd May 2005, 19:32
DGIndex uses DAR info from the .vob set.
DVD Players use DAR info from the .ifo file.

Sometimes, these DAR values disagree, when there are lazy/ignorant authoring companies.

When that happens, use the DAR value from the .ifo file, since that is what standalone players use.

vladkon
2nd May 2005, 20:34
thanks for the idea, but how can i make DGindex (or any other program) read AR from ifo and not from vob?