test_render: re-enable loudnorm filter
This commit is contained in:
parent
45b9173c56
commit
986b51f0c3
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ ffmpeg \
|
|||
-f concat \
|
||||
-safe 0 \
|
||||
-i "$lecture/recording.txt" \
|
||||
-af "pan=stereo|c0=c0|c1=c0,aformat=sample_rates=48000" \
|
||||
-af "loudnorm,pan=stereo|c0=c0|c1=c0,aformat=sample_rates=48000" \
|
||||
-c:v copy -b:a 128000 \
|
||||
"$lecture/recording.mp4"
|
||||
|
||||
|
|
Loading…
Reference in a new issue