> any other ideas? In case similar folks are wondering, to fix it I looked at the AVOutputFormat object associated with my AVFormatContext, and if it had AVFMT_GLOBALHEADER set, then I had to make sure that each AVCodecContext I encoded with also had CODEC_FLAG_GLOBAL_HEADER set.
Obvious really :) - Art -- http://www.xuggle.com/ xu‧ggle (zŭ' gl) v. To freely encode, decode, and experience audio and video. Use Xuggle to get the power of FFMPEG in Java. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
