Created
August 30, 2020 18:48
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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