>
>
> But the question was how you compiled FFmpeg.
>
> > I tried skipping frames, but then it had too many errors
>
> Can you reproduce these errors with ffmpeg (the command line interface)?
> (Assuming you tested the skip_frame option)
>
> Carl Eugen
>
> Thank you Carl, and apologies for misinterpreting your request.
I compile FFmpeg using the default configure script and then make, with the
following configure options:
--disable-decoders --disable-encoders --enable-decoder=h264
--enable-decoder=vc1
--enable-decoder=aac --enable-encoder=flv --disable-programs
--enable-encoder=adpcm_swf
--enable-ffmpeg
and then run "make" and "make install".

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?

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.

Cheers,
Simon
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/libav-user

To unsubscribe, visit link above, or email
libav-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to