Skip to content

Could i set the Side_data such as sei using the pyav? #1593

Description

@Pure0319

I know i can get the sidedata from the code

if packet.stream.type == 'video':
        for frame in packet.decode():
            print(frame.side_data.get("SEI_UNREGISTERED"))

but i want to konw if i can set the SEI_UNREGISTERED of every frame?
thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions