Skip to content

ffmpeg streaming example does not work #53

@JHa13y

Description

@JHa13y

This is on downloaded 'Day Flight.mpg' file specified.

I'm executing the example given on the main page with ffmpeg command as follows:

'ffmpeg -i Day\ Flight.mpg -map -d -codec copy -f data - | python3 ./klvdata_test.py' and it's producing an AttributeError: 'UnknownElement' object has no attribute MetadataList.

I can't quite tell, has an underlying library in python changed changed? Or has something changed about ffmpeg that is corrupting the KLV data? Any pointers where to look would be appreciated.

ffmpeg version:
ffmpeg version 6.1.1-3ubuntu5 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 13 (Ubuntu 13.2.0-23ubuntu3)

python version 3.12.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions