Skip to content

Commit

Permalink
[server] support versions of ffmpeg without ebur128 framelog=quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsink committed Nov 1, 2023
1 parent 4fcdd42 commit db6d821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UwuRadio.Server/DSP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static async Task<LoudnessMeasurement> MeasureLoudness(string path)
"-i",
path,
"-filter:a",
"ebur128=framelog=quiet:peak=true",
"ebur128=peak=true",
"-f",
"null",
"-"
Expand Down

0 comments on commit db6d821

Please sign in to comment.