Skip to content

Instantly share code, notes, and snippets.

@stesee
Created August 30, 2020 18:48
Show Gist options
  • Save stesee/12d396e12a0df9a7f877cd4cbca0fbad to your computer and use it in GitHub Desktop.
Save stesee/12d396e12a0df9a7f877cd4cbca0fbad to your computer and use it in GitHub Desktop.
Reencodes only audio of some video, usabel to make a dbt-2 stream watchable in browser (they use ec-3 in my country)
ffmpeg -i In.mp4 -map 0:v -c:v copy -map 0:a -c:a:0 aac Out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment