<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
But the question was how you compiled FFmpeg.<br>
<br>
> I tried skipping frames, but then it had too many errors<br>
<br>
Can you reproduce these errors with ffmpeg (the command line interface)?<br>
(Assuming you tested the skip_frame option)<br>
<br>
Carl Eugen<br><br></blockquote><div>Thank you Carl, and apologies for misinterpreting your request.</div><div>I compile FFmpeg using the default configure script and then make, with the following configure options:</div>--disable-decoders --disable-encoders --enable-decoder=h264 --enable-decoder=vc1 <br>                               --enable-decoder=aac --enable-encoder=flv --disable-programs --enable-encoder=adpcm_swf <br>                              --enable-ffmpeg<br><div>and then run "make" and "make install".</div><div><br></div><div>I haven't tested the ffmpeg skip_frame option but will try that out tomorrow.  Is there a way of enabling that option within C code and if so, where?  Is it a codec_context option or a read_frame option?</div><div><br></div><div>I have manually got it to skip every other frame (and yes, I know this will skip I frames from time to time, and is not good), but at least I know the software keeps up and keeps displaying a picture.</div><div><br></div><div>Cheers,</div><div>Simon </div></div></div>