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
All of the metadata we expose to users in Python comes from the C++ side. These are mostly fields in the C++ VideoDecoder. Right now, we communicate that data from C++ to Python through a JSON string. We should explore other mechanisms so that we don't rely on JSON on the Python side.