2006-03-27, 08:05 PM
Hi guys I got some sort of >1gb ffmpeg problem with my avi's, I tried turning the bitrate down to 900 but the videos get all blocky I liked 1400 bitrate but with that I had like a limit of an hour and a half.
I would like to use mencoder to transcode to xvid I saw some threads, but when I saw them I couldn't quite understand how to do it
I know renaming mencoder to xvid is one thing I have to do and another thing is to rewrite the line for xvid (and probably divx too) to something mencoder understands. I don't want to resize the video like people in other threads do I just want it to reencode it into xvid avi.
here are my lines right now to get around the .1gb limitation
<Conversion name="XviD" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 900 -vtag XVID {DEST_FILE}" targetExtension=".avi" />
<Conversion name="DivX" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 900 -vtag DIVX {DEST_FILE}" targetExtension=".avi" />
I really don't know if mencoder can work with DivX but I know I need to use the codecs directly and not use the libavcodec because that is causing the >1gb
limit please help.
Anyone got a rewrite for me?
terramir
I would like to use mencoder to transcode to xvid I saw some threads, but when I saw them I couldn't quite understand how to do it
I know renaming mencoder to xvid is one thing I have to do and another thing is to rewrite the line for xvid (and probably divx too) to something mencoder understands. I don't want to resize the video like people in other threads do I just want it to reencode it into xvid avi.
here are my lines right now to get around the .1gb limitation
<Conversion name="XviD" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 900 -vtag XVID {DEST_FILE}" targetExtension=".avi" />
<Conversion name="DivX" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 900 -vtag DIVX {DEST_FILE}" targetExtension=".avi" />
I really don't know if mencoder can work with DivX but I know I need to use the codecs directly and not use the libavcodec because that is causing the >1gb
![Sad Sad](https://forums.nextpvr.com/images/smilies/sad.png)
Anyone got a rewrite for me?
![Big Grin Big Grin](https://forums.nextpvr.com/images/smilies/biggrin.png)
terramir