2007-02-24, 11:21 AM
I'm trying to set up GB-PVR to encode my output to XVID or DivX but keeping the quality high. I've found the default settings for XVID to give a very poor result.
So I was wondering if anyone had a Custom FFmpeg Conversion settings from config.xml which produces good results?
I tried creating my own
But I this did not work as the quality was exactly the same as the standard XVID and certainly not widescreen.
So if you have managed to create a high quality XVID custom FFMpeg settings please share
So I was wondering if anyone had a Custom FFmpeg Conversion settings from config.xml which produces good results?
I tried creating my own
Code:
<Conversion name="XviD HQ" cmd="-y -i {SOURCE_FILE} -f avi -deinterlace -aspect 16:9 -g 300 -bf 2 -s 720x400 -f avi -ab 128 -ac 2 -vcodec xvid -b 1250 {DEST_FILE}" targetExtension=".avi">
But I this did not work as the quality was exactly the same as the standard XVID and certainly not widescreen.
So if you have managed to create a high quality XVID custom FFMpeg settings please share