Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konradit/mmt
Media Management Tool - make importing videos/photos from GoPro and other action cameras/drones a little bit more bearable.
https://github.com/konradit/mmt
action-camera android camera dji drones gopro hero10 hero11 hero5 hero6 hero7 hero8 hero9 insta360 linux mavic media telemetry
Last synced: 17 days ago
JSON representation
Media Management Tool - make importing videos/photos from GoPro and other action cameras/drones a little bit more bearable.
- Host: GitHub
- URL: https://github.com/konradit/mmt
- Owner: KonradIT
- License: apache-2.0
- Created: 2021-03-19T10:19:44.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2024-09-07T13:09:18.000Z (2 months ago)
- Last Synced: 2024-10-15T09:51:29.718Z (about 1 month ago)
- Topics: action-camera, android, camera, dji, drones, gopro, hero10, hero11, hero5, hero6, hero7, hero8, hero9, insta360, linux, mavic, media, telemetry
- Language: Go
- Homepage: http://mmt.camera
- Size: 224 KB
- Stars: 108
- Watchers: 4
- Forks: 11
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MMT
**M**edia **M**anagement **T**ool
Manage your action camera/drone files intelligently.
This tool draws inspiration from my [dji-utils/offload.sh](https://github.com/KonradIT/djiutils/blob/master/offload.sh) script as well as the popular [gopro-linux tool](https://github.com/KonradIT/gopro-linux/blob/master/gopro#L262) and @deviantollam's [dohpro](https://github.com/deviantollam/dohpro)
### Camera support:
- GoPro:
- HERO2 - HERO5
- MAX
- HERO6 - HERO13
- HERO 2024
- Insta360: X2, GO2, X3, X4
- DJI:
- Mavic drones (tested with Air 2, Air 2S, Mini 3 Pro, Mavic 3)
- Osmo Action cameras (tested with Action 3)
- Osmo Pocket cameras (tested with Pocket 1)
- Android: All, but with Pixel 6 (Google Camera) specific fixes
- Autel Lite drone### Features:
- Import videos and photos from the most popular action cameras (GoPro, Insta360, DJI)
- Fix nonsensical filenames and file structures:
- `GH011273.MP4` and `GH021273.MP4` will become `GH1273-01.MP4` and `GH1273-02.MP4` respectively
- `VID_20221012_102725_10_586.insv` and `VID_20221012_102725_00_586.insv` will become `102725/VID_20221012_102725_10_586.insv` and `102725/VID_20221012_102725_00_586.insv` therefore making organizing Insta360 footage easier
- Group *multi shots*/related files together, such as GoPro bursts, timelapses and Insta360 timelapse photos
- Update camera firmware
- Merge GoPro chaptered videos together
- Sort files into folders depending on:
- Camera Name (eg: `HERO9 Black`, `Mavic Air 2`)
- Location (eg: `El Escorial, España`)
- Apply LUT profiles to photos### Installing:
Download binary from [the releaser Github Action](https://github.com/KonradIT/mmt/actions/workflows/build-artifacts.yaml)
### Running:
Different commands are supported, [refer to the wiki](https://github.com/KonradIT/mmt/wiki/commands)
[How to configure mmt](https://github.com/KonradIT/mmt/wiki/configfile)
### Development:
pkg/* hosts different implementations for each camera.