What is fixed_frame_rate_flag used for in encoders?

百般思念 提交于 2019-12-11 15:54:52

问题


There is a flag called the fixed_frame_rate_flag used in encoders. I haven't been able to find any clear explanation of what this is, and what its significance is. The flag can either be set to 0 or 1, but I don't know what this would imply.

Any help, information would be appreciated.


回答1:


Fixed frame rate is the opposite of variable frame rate. If a video is fixed frame rate, every frame has a predictable timestamp. timestamp = frame_number * frame_rate. If its variable, every frame has its own duration and some frames made displayed for longer or shorter periods and has an unpredictable time stamp.



来源:https://stackoverflow.com/questions/53296731/what-is-fixed-frame-rate-flag-used-for-in-encoders

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!