Parser for GPMF™ formatted telemetry data used within GoPro® cameras. - gpmf-parser/LICENSE.txt at master · zhaoyang-lv/gpmf-parser
Clone the project from Github (git clone https://github.com/gopro/gpmf-parser). Sample Code GPMF-parser.c and .h provide a payload decoder for any raw stream stored in compliant GPMF. Extraction of the RAW GPMF from a video or image file is not covered by this tool. #include <GP...
docker run -v "/path/to/my/movie.mp4:/input.mp4" runsascoded/gpmf-parser Setup Clone the project from Github (git clone https://github.com/gopro/gpmf-parser). Now you can run a quick demo on the sample data by compiling the demo: cd gpmf-parser/demo/ make ./gpmfdemo ../sa...
GPMF_parser.h GPMF_utils.c GPMF_utils.h LICENSE-APACHE LICENSE-MIT LICENSE.txt README.md gpmf-parser.pc.in run.sh Breadcrumbs gpmf-parser / Latest commit qdespinoy-gpsw Revert "gpmf-parser: manage symbol visbility for windows [MAGMA-2080]" ...
GPMF-parser is licensed under either: Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option. Contribution Unless you explicitly state otherwise, any contribution intentionally subm...
#define _GPMF_PARSER_H #include <stdint.h> #include <stddef.h> #include "GPMF_common.h" #ifdef __cplusplus extern "C" { #endif @@ -40,106 +44,18 @@ typedef struct GPMF_stream uint32_t device_count; uint32_t device_id; char device_name[32]; size_t cbhandle; // compressio...
](https://github.com/GoPro/gpmf-parser) * @dnewman-gpsw - [GoPro, Inc.] (https://github.com/GoPro/gpmf-parser) * @tcheema-gpsw - [GoPro, Inc.] (https://github.com/GoPro/gpmf-parser) 0 comments on commit 08e759d Please sign in to comment. ...
Parser for GPMF™ formatted telemetry data used within GoPro® cameras. - "doc: trivial typo fixes" · gopro/gpmf-parser@8e4fb95