On Mon, 7 Dec 2009 00:04:43 -0300
John Coppens <[email protected]> wrote:

> As I mentioned in the original mail, I have exactly the same problem if
> I export as 'uncompressed'. I then applied mencoder to convert. I tried
> several formats (not x264 yet), but all have the same problem.
> 
> Then, if I tell Cinelerra to use mp3 audio, the shift doesn't increase,
> but an approx 400 ms shift remains.

Ok... Solved. After reading more google output, I found a reference that
AVIs don't like variable bitrate audio, which is the default for mencoder.

Modifying the lameopts to produce CBR (constant bitrate) solved all
problems! One command that works is:

  mencoder final1.mov \
        -ovc lavc -lavcopts vbitrate=1000 \
        -oac mp3lame -lameopts cbr:br=128 \
        -o final1r.avi

Hope this helps someone.

John

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to