From: Giacomo C. <enc...@us...> - 2005-10-25 17:21:54
|
On Mon, Oct 24, 2005 at 08:54:09PM -0700, Adam Monsen wrote: > Thanks for the suggestions! > > On 10/24/05, Giacomo Comes <enc...@us...> wrote:[...] > > > Test my suggestions and keep me informed. > > > Ok! I'm trying the following now (I will have to let it run all night as my > computer isn't very fast): > > encode2mpeg -o out-a.avi in.avi -avionly -encode 3:1:2 -ffourcc DIVX -turbo > 1 -setaspect 6 -vbitrate 800 -fixasync > > encode2mpeg -o out-b.avi in.avi -avionly -encode 3:1:2 -ffourcc DIVX -turbo > 1 -setaspect 6 -vbitrate 1000 -fixasync > > encode2mpeg -o out-c.avi in.avi -avionly -encode 3:3:2 -ffourcc DIVX -turbo > 1 -setaspect 6 -vbitrate 1000 -fixasync > > If I need an even lower data transfer rate than 800, I'll probably just > throw this DVD player in the garbage. No. If at this datarate you have problems, then the data rate is not the cause of your problem. I havent done myself a specific test on that, but I expect that a bitrare of 4000/5000 should not cause any problem. The DVD specs allows a maximum transfer rate of 10080 kbps, so 5000 is safe enough. The fact is that enocde2mpeg, if not told otherwise, does not put any limit on the video bitrate when it creates an avi. In the last period I put more effort in developing Mpeg Mode and I didn't receive any feedback about DivX Mode. In the future I'm going to care more about mpeg4 avi. So if, for the moment, you are having troubles making avi for your player, this will change. > > A question, what kind of media are you using? DVD+-R[W], CD-R[W], etc. > > DVD-RW That's ok. CD-RW have a lower data transfer rate, but with DVD media there should be no bad surprises. Giacomo |