Skip to content

Instantly share code, notes, and snippets.

@manueldev
Created July 21, 2013 06:32
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/6047712 to your computer and use it in GitHub Desktop.
Save manueldev/6047712 to your computer and use it in GitHub Desktop.
ffmpeg Mkv mp4 dts to Mp4 ac3 Some Sony TV models don't read DTS.
ffmpeg -i inputfile.mp4 -vcodec copy -acodec ac3 -ac 6 -ab 448k outputfile.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment