Skip to content

Instantly share code, notes, and snippets.

@szydan
Created May 10, 2026 21:55
Show Gist options
  • Select an option

  • Save szydan/5c88130420eeb6c229210c3d8dbf68b1 to your computer and use it in GitHub Desktop.

Select an option

Save szydan/5c88130420eeb6c229210c3d8dbf68b1 to your computer and use it in GitHub Desktop.
combine dji video + audio using ffmpeg
ffmpeg -i DJI_001/DJI_20260509161215_0036_D.MP4 -i DJI_001/DJI_20260509161215_0036_D.m4a -map 0:v:0 -map 1:a:0 -c copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment