- 理论上的计算过程需要 timing_info_present_flag、 time_scale 和 num_units_in_tick
-
- SPS(Sequence Parameter Set)的timing_info_present_flag为1,通过sps.time_scale/sps.num_units_in_tick计算。
- 具体:
- 【H.264】SPS 计算帧率方法 很多大神讨论。
- flv_player 解码h264
看起来 openh264 不支持编码,支持解码啊。
-
难道是因为openh264 默认就是动态帧率导致的???
-
- About encoder parameter #2201
这里也有人晒了openh264的编码参数:
- About encoder parameter #2201