Francesco, just so you're aware--I've taken the liberty of reverting
import_ffmpeg to the pre-avformat version (your new code is still in there,
commented out with #if 0).  For some reason, using avformat to demux the
input file results in some(*) input video frames being dropped, and since
they're dropped before encoding, the image is quickly corrupted.  I'm not
familiar with avformat, so if you can figure out what the problem is, by
all means fix it, but especially since demuxing will eventually be
separated from decoding anyway, I think it would be better to leave
import_ffmpeg in a functional state at least until 1.1.0, and then work
the rewrite into the NMS import framework.

(*) My gut instinct is that every other frame is being dropped, since the
    output (corrupted) video runs twice as fast as the audio.  Could that
    have anything to do with the fact that I'm on a dual-core system?
    I've left --threads at default, so it _should_ still be 1...

  --Andrew Church
    [EMAIL PROTECTED]
    http://achurch.org/

Reply via email to