Can anyone suggest the best way for me to play DVD's on the pandora? I tried using SMPlayer2 to play a DVD from a USB thumb drive, and the playback seemed to hang.
Has anyone had success playing DVD's from either a USB drive or SD card on their pandora? If not, what player/video encoding do you recommend for movie viewing on pandora?
I do this frequently and have not encountered any issues playing back DVD rips with SMPlayer2. It has also been reported that DVD playback works fine from an external USB dvd drive. Is it possible there is a problem with the rip itself? What program are you using to do the DVD rip? Unfortunately I have encountered a few DVDs that I have been unable to rip properly using free open source tools, and had to resort to using a Windows tools called DVDFab which works quite well.
Are you using the option File -> Open DVD from Folder? - You don't want to open the VOB files directly.
If you could test out the rip with a PC build of mplayer or other players and report if it hangs there as well that would be useful. Use a command like the following:
mplayer -nocache -dvd-device /path/to/VIDEO_TS dvdnav://
or
mplayer -dvd-device /path/to/VIDEO_TS dvd://1
If you want to reencode a DVD to save space this is a recipe I have found works reliably and gives good quality. I am running Debian Linux but this should apply to any flavor of Linux.
1. Use DVDFab under wine to do the initial rip to a subdirectory on the hard drive.
2. Use
h264enc to generate a h264 encode with AAC audio in a mkv container. I use a two pass encode with extreme high quality settings. When prompted I leave most things as defaults but you should pay attention to things like cropping appropriately and if the DVD is interlaced or hard telecined.
3. Play back with SMPlayer2