Skip to content

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

@Pure0319

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions