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'
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!