Created
August 24, 2013 22:12
-
-
Save manueldev/6330707 to your computer and use it in GitHub Desktop.
Agregando audio AC3 latino con un retardo de 1 segundo, dejando solamente el audio latino.
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 inputvideofile.mkv -itsoffset 00:00:01.000 -i inputaudiofile.ac3 -map 0:[number of video stream] -map 1:0 -c copy outputfile.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment