Hi, John,

It does help. I'd been having this problem for quite some time now (render
to a mov using uncompressed codecs both for audio and video) then
unsuccessfully using mencoder for compression with the same errors you
reported. I'd never had the care to look for an answer because I'd then use
some workaround to make it work. Knowing this about AVIs is actually quite
releasing. I'll test when I get home, but thanks for the hint!

cheers,
flavio

2009/12/10 John Coppens <[email protected]>

> 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