I have ripped a bunch of DVD's as XviDs (H.264 is better quality and such, but all my other content is divx or xvid, so I kept with it for consistency if nothing else - it's also faster to encode and such)
Anyway, I had the same problem: videos would play for a few minutes, then start slowing down, stuttering, going out of sync. Eventually it would give the "media not supported" error.
I really didn't want to have to re-encode the stuff from DVD (although I still have the VIDEO_TS I ripped using MacTheRipper, it still takes a lot of CPU and time)
I ripped the TV episodes at 1000kbits using the XviD encoder, 2-pass, AC-3 audio (2.0ch), mixed to stereo. Although the bitrate and such settings are completely arbitrary to the problem (until you get near the 5MB/s limit anyway).. The issue is the XviD encoder..
Now, err, the solution: mencoder \o/
- Code: Select all
mencoder -oac copy -ovc copy -o fixed.avi broken.avi
Running it on a ~20 minute TV episode (about 250MB) took 12 seconds -
slightly faster than reencoding (and it uses practically no CPU)..
You can get mencoder from the MPlayer site (
http://www.mplayerhq.hu ), or from apt-get/yum on linux, or fink/macports on OS X (Or just download the source, in terminal cd Downloads/mplayer*/ && ./configure && make && sudo make install # as I did), and there is also windows binaries.
..now, to find a decent, free UPnP media server..