Skip to content

Wrong dependency python-ffmpeg. Should be: ffmpeg-python #1

@pklaus

Description

@pklaus

Otherwise, an attempt to run gpmf.io.extract_gpmf_stream("GX010028.MP4") will result in the following error:

~/.pyvenv/py38/lib/python3.9/site-packages/gpmf/io.py in find_gpmf_stream(fname)
     23         RuntimeError: If no stream found.
     24         """
---> 25         probe = ffmpeg.probe(fname)
     26 
     27         for s in probe["streams"]:

AttributeError: module 'ffmpeg' has no attribute 'probe'

Nice project by the way. I like it a lot!

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