Thank You for your continued support and contributions!
Not even the fastest current Rockbox device (the Gigabeat F) could decode DVD resolution MPEG-2 video in realtime, so there's little point in adding support for DVD images. This is why you need to re-encoded (and resize) video for Rockbox.Some future targets (e.g. Gigabeat S) may be able to, but then you'll run into the 4GB maximum filesize on FAT filesystems. There's no real advantage to using .iso images anyway, it would be easier to just copy the contents of the "VIDEO_TS" folder from the DVD.
It would make MUCH more sense just to copy the .vob file off the player for the title you're interested in. This is often split into 2GB files anyway, when presented to the host computer. Then you'd just have to have mpegplayer play these (this would require adding support for AC3 audio and selecting the appropriate audio stream), play DVD video (scaling and correcting aspect ratio) and move on to the next .vob file in the series if the title is split among multiple.Then just organize it in folders named after the video. It's not quite as nice as ISO files but it means you don't have to deal with the filesystem limitation, you don't have to care about detecting which title on the DVD is the one to actually play, and you don't have to code support for DVD menus (or title selection) if you decide guessing is a bad idea (which it really is)
Yeah, another good point. Almost all DVD video files are split into multiple files so you would not have to worry about the 4 GB size limit. So really all we would need is the AC3 audio and DVD video (.VOB) support.
Not to mention many DVDs have multichannel AC3 (5.1 surround) which, even if AC3 is as efficient as MP3, means we have to deal with quit a bit more data.
Page created in 0.13 seconds with 14 queries.