NextPVR Forums

Full Version: Blocky Xvid/divx video on MVP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just upgraded to 0.99.5 with a fresh install of WinXP, so I know it's clean. Everything is up and running, except when I try to watch an xvid/divx video it's extremely blocky and terrible to watch. I know it's not because of the video as I have successfully watched this video without problems in previous versions. Is there a setting I need to do to fix this on 0.99.5

Thanks.
There was a bug in the update script that could cause this. Make sure you config.xml has settings something like this:

<MVPFFmpegTranscodeCmdLinePAL>-y -i "{SOURCE_FILE}" -b 2400k -ac 2 -ab 128 -r 25 -s 352x288 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLinePAL>
<MVPFFmpegTranscodeCmdLineNTSC>-y -i "{SOURCE_FILE}" -b 2400k -ac 2 -ab 128 -r 29.97 -s 352x240 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLineNTSC>

The key thing is the "k" on "-b 2400k".
That fixed it, thanks. Love the YouTube plugin, don't remove it.