Created
November 9, 2019 22:13
-
-
Save peterforgacs/58e1cd859cc01eb311162d28ec6c6b35 to your computer and use it in GitHub Desktop.
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 input.mp4 -af loudnorm=I=-23:LRA=7:tp=-2:print_format=json -f null - | |
ffmpeg -i input.mp4 -af | |
loudnorm=I=-23:LRA=7:tp=-2:measured_I=-30:measured_LRA=1.1:measured_tp=-11 04:measured_thresh=-40.21:offset=-0.47 -ar 48k -y output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment