Using "-g 20" on ffmpeg happily gives me a constant keyframe spacing of 20 frames. However, I want to incorporate this in my own program and cannot for the life of me see where ffmpeg is using this value or, for that matter, even see where/how it extracts the argument from the command line!
Can anyone help me trace where such parameters get incorporated in the output stream? I presume something must be set in the Codec/Format context prior to calling av_encode_video? Gary _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
