Aprire File Bup Ifo Vob Files
- To play a copied DVD with PowerDVD you click on the open button and choose Open DVD File from the Hard Disk Drive and open the videots.ifo. To play VIDEOTS using ANY PLAYER download and install MPEG2 Decoder. After that, find your VIDEOTS folder and open VOB files (such as VTS011.VOB, VTS012.VOB, VTS013.V0B etc.).
- Unlike MPG video, VOB files are always scattered and accompanied with several.ifo and.bup files. Beyond that, files in VOB format may be encrypted. In this situation, you can choose to merge all the VOB files into a single one or adopt a VOB player Windows 10 for smooth VOB playback.
VOB is a container format for multiplexed video and audio streams, and a standard.vob file contains an MPEG-2 video track (720x576, 25 fps) along with an 'MPEG-1 Audio, Layer 2' audio track. VOB files are main data carriers in a DVD disk, and each.vob usually corresponds to a DVD chapter.
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commented Sep 23, 2014
Very often a DVD video disk has small opening before the main movie, for example some logo or warning about 18+ or warning about copying is forbidden, and so on. And may be this is not bad idea: let mpv to play VTS_0x_0.IFO files? Now It plays only VIDEO_TS.IFO |
commented Sep 23, 2014
Can you tell me how exactly you're trying to play the DVD? Perhaps try something like this command:
That would play tracks 0 through 5 on the DVD. You can use < and > to move through tracks in the playlist. What you may be doing is only playing the first track somehow. |
commented Sep 23, 2014
I'm playing the DVD this way: I have Windows and the VIDEO_TS folder on my disk D:
[ifo] .IFO detected. Redirecting to dvd:// and the main title starts. If DVD has very little very first video about prohibitions or with some logo the mpv plays only this little part, not the main title, and quits. And if VIDEO_TS.IFO doesn't exist mpv can't open VTS_01_0.IFO file. |
commented Sep 23, 2014
Try dvdread:// instead of dvd://. dvd:// 'should' work and is in theory preferable, but there's nobody around fixing the bugs in it, so have fun. |
commented Sep 23, 2014
Yes! I have success!
But It will be very useful If anybody let mpv open .IFO files belongs to separated tracks. In my case let do this: C:mpvmpv.com G:DVDHomeVTS_03_0.IFO Now if I type this command mpv opens VIDEO_TS.IFO instead and plays track 0 then quits. |
commented Sep 23, 2014
Oh, you've always played .ifo files directly? Point it to the directory with --dvd-device=path and don't play ifo files. |
commented Sep 23, 2014
Yes, I see if I type: But If such files as .ifo exists It's possible to make association to mpv.com libdvdnav: Using dvdnav version 5.0.2 If I play ifo directly I don't see dvdnav! |
commented Sep 24, 2014
And curiously If I use |
commented Sep 24, 2014
Yeah, dvdread:// plays the first title by default, while dvd:// plays the longest by default. Also, dvdread:// is often broken with DVDs that try to play DRM tricks. |
commented Sep 24, 2014
How To Burn Bup Ifo Vob Files
Oh, I discovered right way! |
commented Sep 30, 2014
Last build still doesn't play any .IFO if the VIDEO_TS.IFO is missing in the folder. |
commented Sep 30, 2014
Not sure what exactly is failing how exactly. The things that open e.g. VTS_05_0.IFO don't explicitly check for VIDEO_TS.IFO; that must be libdvdread. Dubai duty free shop price list pdf.
Like |
commented Sep 30, 2014
If we open VTS_05_1.VOB then mpv plays only VTS_05_1.VOB, it's clear :) I see in my console: G:DVDHell>C:mpvmpv.com VTS_05_0.IFO |
commented Sep 30, 2014
Bup Ifo Vob Player
If VIDEO_TS.IFO exists in the folder I see: G:DVDHell>C:mpvmpv.com VTS_05_0.IFO |
Aprire File Bup Ifo Vob Files Free
commented Sep 30, 2014
Well, .ifo files can't be read natively. libdvdread has to do that. mpv merely passes the directory the .ifo is located in as device to libdvdread, and sets the right title (parsed from the .ifo filename). libdvdread expects a standard DVD structure, and if it doesn't find that, it fails. mpv can play the raw data too (by playing VOBs), but that's it. |
commented Sep 30, 2014
What 'right' title? If I open VTS_05_0.IFO then mpv doesn't play fifth title! It plays the first title and quits immediately after this title ends! Or if I point it to directory (dvd:// --dvd-device=.) than mpv plays the longest title (title with longest duration) and libdvdnav appears in the console output. And I am interesting what does it mean 'Add support for opening DVD and Blu-ray directories directly' in 0.6th release description? What is the difference between I already saw and I don't see yet? |
commented Sep 30, 2014
Well, it should. The behavior should be the same as |
commented Sep 30, 2014
Sorry, that's wrong. In this case, it's |
commented Sep 30, 2014
Sorry, I was mistaken :( Now mpv plays the right title, not only first. This bug is gone. You are right! |
commented Sep 30, 2014
That's great! Are there any problems still left? |
commented Sep 30, 2014
Yes :) There is a problem: when we open VTS_05_0.IFO we watch the title 5 which physically stores 'in' VTS_06_0.IFO and VOBs (because titles numbers start from 0 and vts numbers start from 1) |