Last active
January 27, 2024 15:21
-
-
Save thdotnet/4c1968781b74a4864a05374742bac52b to your computer and use it in GitHub Desktop.
combine audio and video files with 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 '.\video.mp4' -i '.\audio.m4a' -c:v copy -c:a aac day5.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment