Skip to content

Instantly share code, notes, and snippets.

@ignisf
Created April 21, 2018 20:19
Show Gist options
  • Save ignisf/35b4c63cac5399dafbff124ef0c32986 to your computer and use it in GitHub Desktop.
Save ignisf/35b4c63cac5399dafbff124ef0c32986 to your computer and use it in GitHub Desktop.
ffmpeg cheat sheet
ffmpeg -threads 2 -i emd-thegreatestshowman.2160p.mkv -map 0:0 -map 0:1 -c:v copy -strict -2 -c:a:0 dca -profile:a:0 dts_hd_ma -ac 6 -channel_layout '5.1(side)' -c:s copy dts.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment