On 04/05/2019 10:22 AM, Carl Eugen Hoyos wrote: > 2019-04-04 20:06 GMT+02:00, Yufei He <[email protected]>: > >> I'm trying to trancode a 1080i xavc long gop mxf file with >> my codec, the file's frame rate is 29.97. >> >> In my decoder, avctx->framerate.den is 1001, avctx->framerate.num >> is 15000. >> >> This is wrong. > I opened ticket #7829 for the wrong average framerate > calculation. > > If this has any real-world effects, please tell us. > > Carl Eugen Hi Carl
My encoder got the correct framerate. In my decoder, I use the frame rate to find difference between decoded uncompressed frames and input compressed packets which have time stamps. Regards. Yufei. _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
