{"id":30351567,"url":"https://github.com/xdcobra/dji_osmo_batch_convert_lut","last_synced_at":"2025-08-18T23:09:39.248Z","repository":{"id":305629630,"uuid":"1021302571","full_name":"XDcobra/dji_osmo_batch_convert_LUT","owner":"XDcobra","description":"Convert your DJI Osmo Pocket 3 D-Log-M footage to Rec709 in Batch","archived":false,"fork":false,"pushed_at":"2025-07-21T06:03:42.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T08:09:58.578Z","etag":null,"topics":["batch","d-log-m","dji","lut","osmo","pocket","rec709"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XDcobra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-17T07:40:49.000Z","updated_at":"2025-07-21T06:03:46.000Z","dependencies_parsed_at":"2025-07-21T08:10:17.665Z","dependency_job_id":"ddff627d-8833-44f8-a89a-58fef5edb8b0","html_url":"https://github.com/XDcobra/dji_osmo_batch_convert_LUT","commit_stats":null,"previous_names":["xdcobra/dji_osmo_batch_convert_lut"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/XDcobra/dji_osmo_batch_convert_LUT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDcobra%2Fdji_osmo_batch_convert_LUT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDcobra%2Fdji_osmo_batch_convert_LUT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDcobra%2Fdji_osmo_batch_convert_LUT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDcobra%2Fdji_osmo_batch_convert_LUT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XDcobra","download_url":"https://codeload.github.com/XDcobra/dji_osmo_batch_convert_LUT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDcobra%2Fdji_osmo_batch_convert_LUT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073387,"owners_count":24694538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["batch","d-log-m","dji","lut","osmo","pocket","rec709"],"created_at":"2025-08-18T23:09:38.366Z","updated_at":"2025-08-18T23:09:39.235Z","avatar_url":"https://github.com/XDcobra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DJI \u0026 General Video LUT Converter (including batch conversion)\n\nA Python-based command-line tool for converting single or batch video files (DJI D-Log-M or general formats) to Rec.709 or other color spaces using 3D LUTs (`.cube`).\n\n\n## Features\n\n- **Interactive CLI menu**\n- **Converts DJI Osmo Pocket 3 D-Log-M footage to Rec.709**\n- **Supports custom LUTs for general videos**\n- **Batch and single-file conversion**\n- **LUT is only downloaded once and reused**\n- **Preserves original FPS (uses `ffprobe` to detect FPS)**\n- **Skips files that have already been converted**\n- **Supports `.mp4`, `.mov`, `.mkv`, `.avi`, `.mxf`, `.webm`**\n- **Flexible output options:**\n  - Save with `converted_` prefix in original folder\n  - Save to a `converted/` subfolder\n  - Specify a custom output folder\n\n## Requirements\n\n- Python 3.7+\n- FFmpeg (must be accessible via system PATH)\n- FFprobe (must be accessible via system PATH)\n\n## Installation\n\n1. Clone this repository:\n\n```\ngit clone https://github.com/XDcobra/dji_osmo_batch_convert_LUT.git\ncd dji_osmo_batch_convert_LUT\n```\n\n2. Install dependencies (optional – standard library is enough):\n\n```\npip install -r requirements.txt\n```\n\n3. Ensure FFmpeg \u0026 FFprobe is installed and added to your PATH:\n\n```\nffmpeg -version\nffprobe -version\n```\n\n## Usage\n\nSimply run the main script:\n\n```\npython main.py\n```\n\nYou will be prompted with an interactive menu:\n\n```\n1) Convert DJI Osmo Pocket 3 D-Log-M to Rec.709\n2) Batch Convert DJI Osmo Pocket 3 D-Log-M to Rec.709\n3) Convert General Video (with custom LUT)\n4) Batch Convert General Videos (with custom LUT)\n0) Exit\n```\n\nFollow the prompts to select input files/folders, LUTs, and output options.\n\n## Example: Convert DJI D-Log-M video\n\n- Choose option `1`\n- The DJI LUT will be downloaded automatically if missing\n- Select a video file\n- Choose output location\n- Done – FFmpeg will convert your file to Rec.709\n\n## To-Do's for the future\n\n- [ ] Drag \u0026 drop support\n- [ ] GUI version (e.g. with PyQt)\n- [ ] Support for `.mov` to `.mp4` conversion\n- [ ] Option to adjust FFmpeg parameters (e.g. CRF, codec)\n\n## License\n\nMIT License\n\n## Credits\n\n- DJI Osmo Pocket 3 LUT: [DJI Official Download](https://www.dji.com)\n- Powered by [FFmpeg](https://ffmpeg.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdcobra%2Fdji_osmo_batch_convert_lut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdcobra%2Fdji_osmo_batch_convert_lut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdcobra%2Fdji_osmo_batch_convert_lut/lists"}