Official BS.Player forums  

Go Back   Official BS.Player forums > Main forum > General Talk And Support

General Talk And Support General talk and peer-to-peer support about BS.Player and other video and audio multimedia players.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 31st July 2006
Digiface's Avatar
Senior Member
BS.Player Power User
 
Join Date: Aug 2005
Location: Finland
Posts: 196
Rep Power: 0
Digiface is an unknown quantity at this point
Default DVDR files

can i play DVDR (not compressed) files with BSPlayer? i mean VIDEO_TS.VOB VTS_01_0.IFO VTS_01_2.VOB VIDEO_TS.BUP VIDEO_TS.VOB and so on...
Reply With Quote
  #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
  #3 (permalink)  
Old 31st July 2006
Digiface's Avatar
Senior Member
BS.Player Power User
 
Join Date: Aug 2005
Location: Finland
Posts: 196
Rep Power: 0
Digiface is an unknown quantity at this point
Default

thank you so much :!: is that codec fine with default settings?

do i have to have BSPlayer 2.0 to acces to DVD menus? and can i use external (.sub,.srt) subtitles with those DVDR files?

Quote:
(not compressed)


DVD contains compressed video. Most often the audio is also compressed.

i mean that files are not compressed to one .iso file.
Reply With Quote
  #4 (permalink)  
Old 1st August 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

Quote:
is that codec fine with default settings?
Select deinterlace method = Weave (no deinterlacing) for progressive FILM content. Select "Vertical filter" for interlaced videos if you don't intend to apply more sophisticated deinterlacing algorithms.

Quote:
do i have to have BSPlayer 2.0 to acces to DVD menus?
Yes, I believe so. The "DVD Playback" was marketed here as a big bonus. :P

Quote:
and can i use external (.sub,.srt) subtitles with those DVDR files?
VOBs are no different than AVI, MKV or MPG files. But since the MPEG data is split into <1 GB parts you will either need to join them together or split the subtitle file. I prefer joining the VOBs by simple appending one file to the end of previous. Splitting subtitles is a more complex task.

If you cannot afford to copy several gigabytes of data due to FAT32 filesystem or lack of disk space, you can install DGMpgDec and AviSynth. This eliminates need for the Elecard filters. Both these programs include good manuals describing their usage.

1) Index all VOBs of the movie (excluding menu and any extras) with DGIndex ("Demux all tracks", "Save Project")
2) Create an *.avs file where you load the in saved *.d2v file and AudioDub() it with one of the demuxed audio tracks.
3) Open the AVS as a video file in BSPlayer.
Reply With Quote
  #5 (permalink)  
Old 1st August 2006
Digiface's Avatar
Senior Member
BS.Player Power User
 
Join Date: Aug 2005
Location: Finland
Posts: 196
Rep Power: 0
Digiface is an unknown quantity at this point
Default

Quote:
I prefer joining the VOBs by simple appending one file to the end of previous.
can you tell me good and simple way to join VOBs?
Reply With Quote
  #6 (permalink)  
Old 1st August 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

Total Commander file manager. Go to VTS_??_2.VOB, copy it, enter VTS_??_1.VOB as destination. You will be presented with a dialog box: Overwrite, Append, Skip, Cancel. Choose Append. Repeat it with VTS_??_3.VOB, etc.

Replace "??" with the program number you work with.

This can also be acomplished with DOS copy command. The point is, you work at the file level, disregarding the VOB contents. If possible make sure you copy between 2 different physical harddisks to increase the speed.

Note: You will not be able to properly play back the so called multi-angle DVDs with Elecard fillters.
Reply With Quote
  #7 (permalink)  
Old 1st August 2006
Digiface's Avatar
Senior Member
BS.Player Power User
 
Join Date: Aug 2005
Location: Finland
Posts: 196
Rep Power: 0
Digiface is an unknown quantity at this point
Default

i think that i split the subtitle.

Quote:
is that codec fine with default settings?


Select deinterlace method = Weave (no deinterlacing) for progressive FILM content. Select "Vertical filter" for interlaced videos if you don't intend to apply more sophisticated deinterlacing algorithms.

what's the deal with those changes? what's progressive FILM content and what's interlaced video?

PS. nice cat in that picture is that yours?
Reply With Quote
  #8 (permalink)  
Old 1st August 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

http://en.wikipedia.org/wiki/Interlace

Extras (behind the scenes, deleted sections, etc) are usually interlaced and not watchable on a computer without deinterlacing. While the main movie, if it originated from film, is progressive and deinterlacing it will only degrade quality. Most European PAL DVDs are encoded as interlaced, even if they're in fact progressive, so the MPEG decoder doesn't know if deinterlacing is required.

Quote:
i think that i split the subtitle.
Then you must somehow determine the runtime of each VOB (not necessarily the same). And you will experience gaps between them during playback.

Nope, it's not my cat. Here's the full picture.
Reply With Quote
  #9 (permalink)  
Old 1st August 2006
Digiface's Avatar
Senior Member
BS.Player Power User
 
Join Date: Aug 2005
Location: Finland
Posts: 196
Rep Power: 0
Digiface is an unknown quantity at this point
Default

can you give me very simple answer; 1. when to use Weave? and 2. when to use Vertical filter?
Reply With Quote
  #10 (permalink)  
Old 1st August 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

Weave – always, except when the picture appears with combing artifacts.
Reply With Quote
  #11 (permalink)  
Old 2nd August 2006
Digiface's Avatar
Senior Member
BS.Player Power User
 
Join Date: Aug 2005
Location: Finland
Posts: 196
Rep Power: 0
Digiface is an unknown quantity at this point
Default

pending... working on it..

ok. got it work!
Reply With Quote
  #12 (permalink)  
Old 2nd August 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

Yea, you're right. I just tested an IFO and the video display was corrupted. On the same system configuration a different DVD played fine. I won't be able to help you with this as I know nothing about IFOs
Reply With Quote
  #13 (permalink)  
Old 2nd August 2006
Digiface's Avatar
Senior Member
BS.Player Power User
 
Join Date: Aug 2005
Location: Finland
Posts: 196
Rep Power: 0
Digiface is an unknown quantity at this point
Default

only thing that does't work right now is subtitles. i ca't get any subtitles show on screen.


with Media Player Classic subtitles shows just fine. and overall seems to work better MPC.

MPC uses it own build in MPEG2 decoder. can that make a difference? i noticed also that BSP don't play VTS_01_1.vob. it's a dvd starting video. BSP goes straight to language select menu.

i now installed this mpeg decoder http://sourceforge.net/project/showf...kage_id=105790 and works better with BSP

but BSPlayer refuses to play that VTS_01_1.vob "starting video",where demultiplexer is needed. i don't know if is it because Elecard demultiplexer or is problem in BSP? MPC plays it fine. is there any other free demultiplexers that i could try?
Reply With Quote
  #14 (permalink)  
Old 2nd August 2006
Digiface's Avatar
Senior Member
BS.Player Power User
 
Join Date: Aug 2005
Location: Finland
Posts: 196
Rep Power: 0
Digiface is an unknown quantity at this point
Default

UP. J7N,please read message above.

subtitles issue solved by installing that differrent MPEG2 decoder
Reply With Quote
  #15 (permalink)  
Old 3rd August 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

Subtitles have nothing to do with MPEG-2 video, so changing decoder shouln't affect anything. Elecard demultiplexer has an option for Subpictures but I have never used it.

In the first place I thought you wished to use external SRT (SUB, SAMI..) subtitles.

I'm glad you solved your problem. ;)
Reply With Quote
  #16 (permalink)  
Old 6th August 2006
Destroyer77's Avatar
Junior Member
BS.player Regular User
 
Join Date: Jun 2006
Posts: 12
Rep Power: 0
Destroyer77 is an unknown quantity at this point
Default Simple way to read DVD files (i.e. VTS_01_1.vobs)

The way I handle these files is to put them all in the playlist. Then DON'T select any file from the list, but push PLAY. Unfortunately I found that you can't choose the audio that it plays when you do this and sometimes it plays the middle of the movie first or something. But the point is that it's Easy and it works :)
__________________
--
---
What's the point of living if you don't feel alive?
Reply With Quote
  #17 (permalink)  
Old 6th August 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: Simple way to read DVD files (i.e. VTS_01_1.vobs)

Quote:
Originally Posted by Destroyer77
Unfortunately I found that you can't choose the audio that it plays when you do this
You can if you use the right demultiplexer. Elecard demultiplexer works, while, for example, MainConcept which is included with Sonic Foundry Vegas doesn't.
Reply With Quote
  #18 (permalink)  
Old 7th August 2006
Junior Member
BS.Player Newbie
 
Join Date: May 2005
Location: Norway
Posts: 6
Rep Power: 0
dooniem is an unknown quantity at this point
Default

Nice J7N

The part where you explain where to get the codecs and how to "install" them is genious. You should sticky this to help others get their player to play DVDs with not so much hassle.

A good tip is to paste the two included files into X:\WINDOWS\system32

then you don't need to enter the path were you downloaded your files. just type:
Code:
regsvr32.exe mpgdec.ax
and
Code:
regsvr32.exe mpeg2dmx.ax
and you're set
Reply With Quote
  #19 (permalink)  
Old 8th August 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

I think you can create a directory for all manually installed plugins: media decoders, compressors, Avisynth, any DLLs required by applications. Then add this directory to your PATH environment variable (Win98 -> Autoexec.bat, WinXP -> Control Panel / System / Advanced). This way you'll keep all plugins if you decide to reinstall Win and can easily find and manually update them if they become obsolete.
Reply With Quote
  #20 (permalink)  
Old 9th August 2006
Moderator
BS.Player Master
 
Join Date: Nov 2003
Location: Italy
Posts: 3,037
Rep Power: 27
Tizio will become famous soon enough
Default

Good solution
__________________
BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer
BSP Definitions Manager (v1.02)
BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051)
Reply With Quote
Reply

Tags
dvdr

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules


All times are GMT +1. The time now is 10:00 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger

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