Skip to content

Instantly share code, notes, and snippets.

@manueldev
Created July 21, 2013 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manueldev/6050316 to your computer and use it in GitHub Desktop.
Save manueldev/6050316 to your computer and use it in GitHub Desktop.
Agregando audio ac3 (latino) a vídeo mkv, y transformándolo a mp4. Sin conversión. Google translate: Adding audio ac3 (Latin) to mkv video, and transforming to mp4. Without conversion.
ffmpeg -i inputvideofile.mkv -i inputaudiofile.ac3 -map 0:[number of video stream] -map 1[number of audio stream] -c copy outputfile.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment