Created
May 10, 2026 21:55
-
-
Save szydan/5c88130420eeb6c229210c3d8dbf68b1 to your computer and use it in GitHub Desktop.
combine dji video + audio using ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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