Created
April 22, 2016 07:35
-
-
Save usunyu/7d807a69508fc7aff7d8bdad71839f65 to your computer and use it in GitHub Desktop.
Bash script to merge video source and audio source 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 videoplayback.mp4 -i videoplayback.m4a -c:v copy -c:a copy output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment