Skip to content

Instantly share code, notes, and snippets.

@manueldev
Created August 24, 2013 22:12
Show Gist options
  • Select an option

  • Save manueldev/6330707 to your computer and use it in GitHub Desktop.

Select an option

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.
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