Locking H.264 keyframe values to conform to DRM requirements

Some DRM specifications require locked GOP sizes that ignore scene changes. Our API can set an H.264 keyframe interval, and boost the scene change threshold high enough to achieve this.

Example for 24 fps:

<format>
<output>mp4 </output>
<video_codec>libx264 </video_codec>
<framerate>24</framerate>
<keyframe>24</keyframe>
<video_codec_parameters>
<sc_threshold>1999999999</sc_threshold>
<keyint_min>23</keyint_min>
</video_codec_parameters>
</format>

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 3.00 out of 5)
Loading...

edchelp