Skip to content

x264enc: Add timecode into SEI from buffer meta

Vivia Nikolaidou requested to merge vivia/gst-plugins-ugly:x264_timecode into master

x264 as a library doesn't support this yet, so we depend on gst-plugins-bad's H264 parser library to parse the encoded data and inject the new SEI for us.

Merge request reports