You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to link some user data to an incoming frame and be able to recover it at the output. This will make integration with frameworks like FFmpeg [1] and GStreamer [2] more seamless. Other encoder libraries do support this [3].
It would be useful to link some user data to an incoming frame and be able to recover it at the output. This will make integration with frameworks like FFmpeg [1] and GStreamer [2] more seamless. Other encoder libraries do support this [3].
[1]: FFmpeg has this
opaque
feature[2]: GStreamer has
GstMeta
, used byGstVideoEncoder
base class.[3]: Field
userData
in x265 encoderThe text was updated successfully, but these errors were encountered: