Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Node Exif | 518 | 374 | 107 | 2 years ago | 11 | February 02, 2016 | 43 | other | JavaScript | |
A node.js library to extract Exif metadata from images. | ||||||||||
Exiftool Vendored.js | 326 | 23 | 29 | a month ago | 203 | November 08, 2022 | mit | TypeScript | ||
Fast, cross-platform Node.js access to ExifTool | ||||||||||
Imago Forensics | 144 | 4 years ago | 3 | August 23, 2018 | mit | Python | ||||
Imago is a python tool that extract digital evidences from images. | ||||||||||
Gopro2gpx | 117 | 2 months ago | 4 | gpl-3.0 | Python | |||||
Parse the gpmd stream for GOPRO moov track (MP4) and extract the GPS info into a GPX (and kml) file. | ||||||||||
Predicting Transportation Modes Of Gps Trajectories | 24 | 3 years ago | apache-2.0 | Python | ||||||
Understanding transportation mode from GPS (Global Positioning System) traces is an essential topic in the data mobility domain. In this paper, a framework is proposed to predict transportation modes. This framework follows a sequence of five steps: (i) data preparation, where GPS points are grouped in trajectory samples; (ii) point features generation; (iii) trajectory features extraction; (iv) noise removal; (v) normalization. We show that the extraction of the new point features: bearing rate, the rate of rate of change of the bearing rate and the global and local trajectory features, like medians and percentiles enables many classifiers to achieve high accuracy (96.5%) and f1 (96.3%) scores. We also show that the noise removal task affects the performance of all the models tested. Finally, the empirical tests where we compare this work against state-of-art transportation mode prediction strategies show that our framework is competitive and outperforms most of them. | ||||||||||
Rmextract | 17 | 2 years ago | 4 | September 07, 2021 | 10 | gpl-3.0 | C | |||
extract TEC, vTEC, Earthmagnetic field and Rotation Measures from GPS and WMM data for radio interferometry observations | ||||||||||
Xavc_rtmd2srt | 14 | 2 years ago | 5 | Python | ||||||
Extract real time meta-data and GPS tracks from Sony XAVC video | ||||||||||
Pngmetadata | 10 | 20 days ago | 6 | November 02, 2020 | 1 | gpl-3.0 | PHP | |||
A PHP library for extract the metadata (EXIF, XMP, GPS...) within a PNG format image. | ||||||||||
Blackclue | 9 | 3 years ago | 3 | October 12, 2018 | 1 | apache-2.0 | Python | |||
Extract GPS and Acceleration data from BlackVue MP4 recordings. | ||||||||||
Exif2pandas | 4 | 2 months ago | mit | Python | ||||||
Extract EXIF to pandas / SQL / Excel / Feather |
Extract realtime meta-data (i.e. per-frame) from Sony XAVC video and render to srt subtitle file.
Extract GPS data (if video shot on GPS or Bluetooth-link enabled Sony camera) and extract to GPX file.
New! Extract raw per-frame gyro/accelerometer data from video clips recorded with DSC-RX100M7 and DSC-RX0M2 cameras
Besides of non-realtime metadata which MediaInfo or Exiftool can see, Sony cameras record many other real-time meta-data for every frame such as it's ISO, F number, shutter speed, AE mode and even focus distance in special Acquisition Meta-data section.
Looks like this feature partially inherited by XAVC S from professional Sony XAVC codec and MXF container.
This tool tries to extract this meta-data from XAVC S (MP4) file and create SRT subtitle file near the video file. When opened in VLC or whatever, it can be viewed and you can see the settings of camera for every frame of video in real time.
If video file has embedded GPS data (for example, Sony Action Cam record with built-in GPS or ILCE/RX with Bluetooth GPS link option used) you can extract GPS track to GPX. You may use it with GPS visualization apps/services to see your travel or with dashboard-overlay video editors to have nice gauges in your videos.
Meta-data supported:
Meta-data not supported (as no any existing consumer camera models record it):
Windows x64 executable available (see zip file in files list). Usage: as any console app, accepts 1 required argument (full video file path or just file name if in the same folder) Example: rtmd2srt.exe D:\Video\C0035.MP4
Optional arguments:
Note: Works well with Sony ILCE-9/7RM3/7M3, DSC-RX10M4, FDR-AX700, ILCE-6000, ILCE-5100 videos. GPS export works well with DashWare editor
Written in: Python 3.7 Required modules:
Reference: EBU - Tech 3349 EBU Acquisition Technical Metadata Set