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
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!
The text was updated successfully, but these errors were encountered:
Otherwise, an attempt to run
gpmf.io.extract_gpmf_stream("GX010028.MP4")
will result in the following error:Nice project by the way. I like it a lot!
The text was updated successfully, but these errors were encountered: