On Fri, 13 Oct 2006 02:13:34 JST [EMAIL PROTECTED] (Andrew Church) wrote: > 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. [...]
OK, after a bit more investigation I'm getting the idea that sometimes av_read_frame() just NOT returns a packet containing an entire encoded frame, as supposed to do. If confirmed, that would lead us to some troubles in implementing demultiplex_avformat. Neverthless, I still like to have avformat-based import_ffmpeg in 1.1.0, so I'll spend some more time on this issue. Stay tuned. Best regards, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!)
