ffprobe/ffmpg silence detection command
问题 I'm working on a stream silence detection. It's working on the following command in ffmpeg: ffmpeg -i http://mystream.com/stream -af silencedetect=n=-50dB:d=0.5 -f null - 2> log.txt I would like to get a json output of the logfile. There is a json option in 'ffprobe' but silencedetect=n=-50dB:d=0.5 is'nt working. Help! Cheers! 回答1: ffprobe is meant to probe container-level or stream-level metadata. silencedetect is a filter which analyses the content of decoded audio streams; its output isn't