On Mon, Sep 03, 2001 at 09:47:28AM +0200, Uwe Reder wrote:
> > frame duration which is just made shorter or longer according to
> > audio stream time - so now just decent time sliding alghoritm for audio
> > stream has to be added.
>
> I have a rather slow system (PII 350MHz) running a 2.4 kernel. After using
> avifile 0.53.5 for a long time, I updated to the recent version of Aug 31.
> Unfortunately I have audio-video sync problems, with some videos that were
> known to work fine with version 0.53.5. It seems audio playback falls behind
> video while the system is under full load. Video (drop-rate never higher than
> 6%) and audio playback quality is still good, but as I said sync fails.
Is this happing with all files ?
Avifile has special frame dropping scheme which will avoid to
drop already decoded frames - if your movies is made by some intelligent
person (so the keyframes are at 5s steps at most) this dropping algorithm
should be giving very good results - if you want to drop already decoded frame
- try to change this:
if (async < -4.0 || (async < -0.15 && m_Drop.average() < 4))
to:
if (async < -4.0 || (async < -0.15 && m_Drop.average() < 50))
in the aviplayth.cpp - let me know if this has solved your problem.
(try to find lowest such value)
--
Debian GNU/Linux maintainer - www.debian.{org,cz}
Zdenek Kabelac http://i.am/kabi/ kabi@{i.am, debian.org, fi.muni.cz}
Resistance is futile. You all will be packaged
_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile