Hi, On 2009-07-21 at 01:29:03 [+0200], Matt Hill <[email protected]> wrote: > I tried using the following code and was able to successfully save frames > from an AVI file, but when I tried with an MPEG1 file (25 fps) > avcodec_open ( pOCodecCtx, pOCodec ) fails, returning -1. Does anyone > know why that would be?
Have you checked if your FFmpeg config.h enables the MPEG parsers, demuxers and decoders? Best regards, -Stephan _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
