Thread: DVDR files
View Single Post
  #2 (permalink)  
Old 31st July 2006
J7N's Avatar
J7N J7N is offline
Senior Member
BS.Player Power User
 
Join Date: Feb 2006
Location: Cyberspace
Posts: 762
Rep Power: 0
J7N is an unknown quantity at this point
Default Re: DVDR files

Quote:
(not compressed)
DVD contains compressed video. Most often the audio is also compressed.

Quote:
VTS_01_2.VOB
Yes you can. You need to install a MPEG-2 demultiplexer and a MPEG-2 decoder. VOBs are actually a kind of MPEG-2 program stream which may include MPEG-2 video, AC-3/MP2/PCM audio and graphical subtitle streams. I would recommend Elecard demultiplexer and Elecard MPEG-2 decoder.

Quote:
VTS_01_0.IFO
To have access to DVD menus and select different programs (movies, chapters) you need to have BSPlayer Pro (i think) and a MPEG-2 decoder.


Here are the filters you need.
Code:
http://rapidshare.de/files/25642909/mpeg2dec.rar.html
To register them use the following command
Code:
regsvr32.exe <filter_name>
where <filter_name> is the full path to where you unpacked my files, say c:\plugins\mpeg2dec\mpgdec.ax

You might need to do this to disable the default (bad) Microsoft demultiplexer:
Code:
regsvr32 /u mpg2splt.ax
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20