Changes

Jump to navigation Jump to search
253 bytes added ,  17:33, 29 January 2022
Created page with "<syntaxhighlight lang="bash"> ffmpeg -i test.mkv -vn -af "volumedetect" -f null /dev/null # ... # [Parsed_volumedetect_0 @ 0x55d5e9291a80] mean_volume: -54.6 dB # ... ffmpeg..."
<syntaxhighlight lang="bash">
ffmpeg -i test.mkv -vn -af "volumedetect" -f null /dev/null
# ...
# [Parsed_volumedetect_0 @ 0x55d5e9291a80] mean_volume: -54.6 dB
# ...
ffmpeg -i test.mkv -vcodec copy -af "volume=24dB" test_boosted.mkv
</syntaxhighlight>

Navigation menu