Coder Social home page Coder Social logo

pygpmf's People

Contributors

alexis-mignon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pygpmf's Issues

Wrong dependency `python-ffmpeg`. Should be: `ffmpeg-python`

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!

Run on live strream?

Can this be used to extract the GPMF/GPS telemetry from a live stream? I have a HERO 11 I'm streaming to a remote RTSP server and would like to be able to track the camera's location as it wanders around.

Suggestion: Documentation for FFMPEG installation or condaforge for windows users

Hi there, thankyou for this awesome package :)

Can I suggest that the documentation please include instructions to get FFMPEG working on windows.
I think others had some luck manually installing FFMPEG, but for conda users it may be helpful to suggest the below process which downloads the required binaries:

(including the second line addresses now-fixed issue #5 )

pip install gpmf
pip uninstall python-ffmpeg
conda install -c conda-forge ffmpeg-python

Linking GPS data to video frames

I am using pygmf to extract GPS data from my video file. That works fine, I can get that GPS data as XML file. However, I don't see any link from that XML data to the frames of video. How can I get the GPS data of a single frame in the GoPro video?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.