2007-09-05, 11:22 AM
So for a while I was using the nightly encoding feature to create xvid files using the stock ffmpeg settings. These were taking my 1.9 GB MPEG files and creating avis that were about 600 MBs or so. This was great, but the problem was the fixed bit rate was causing issues when lots of action would happen.
After reading some other posts, I decided to try using -qscale instead of -b. With a -qscale setting of 6, I get great quality, but the file sizes are still too big, anywhere from 800 MBs to 1.1 GBs.
In one case, it generated a 3.1 GB file from a 1.9 GB MPEG!
I tried using -sameq instead of -qscale, but that created a file that was at least as big as the source.
So clearly, something is wrong. Can someone take a look at this setting and tell me if I'm doing something wrong? How can I get smaller file sizes?
Also, I'm viewing all of this on an SDTV, so I don't know if I need to specifically tell ffmpeg to use a 4:3 aspect ratio or not.
Thanks!
After reading some other posts, I decided to try using -qscale instead of -b. With a -qscale setting of 6, I get great quality, but the file sizes are still too big, anywhere from 800 MBs to 1.1 GBs.
In one case, it generated a 3.1 GB file from a 1.9 GB MPEG!
I tried using -sameq instead of -qscale, but that created a file that was at least as big as the source.
So clearly, something is wrong. Can someone take a look at this setting and tell me if I'm doing something wrong? How can I get smaller file sizes?
Code:
<Conversion name="XviD" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -deinterlace -vcodec xvid -qscale 6 -vtag XVID {DEST_FILE}" targetExtension=".avi" />
Also, I'm viewing all of this on an SDTV, so I don't know if I need to specifically tell ffmpeg to use a 4:3 aspect ratio or not.
Thanks!
Hauppauge PVR-150MCE / ATI All-in-Wonder 9000 Radeon Pro / 2.4 GHz P4 / 512 MB RAM