Re: [FFmpeg-user] What exactly is an "amplitude ratio"?

2019-01-30 Thread Carl Eugen Hoyos
2019-01-28 17:30 GMT+01:00, Josh McNeill : > I'm using the silencedetect filter for a project, and I've been using an > amplitude ratio for the threshold (i.e., n=), but I'm not sure what this > actually refers to. My guess is that it's a percentage of the peak > amplitude in the file (e.g., 0.01

[FFmpeg-user] What exactly is an "amplitude ratio"?

2019-01-28 Thread Josh McNeill
Hello, I'm using the silencedetect filter for a project, and I've been using an amplitude ratio for the threshold (i.e., n=), but I'm not sure what this actually refers to. My guess is that it's a percentage of the peak amplitude in the file (e.g., 0.01 is 1% of the highest amplitude), but