Guest User

Untitled

a guest
Feb 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $ ffmpeg -i "http://192.99.35.31:8074/;" -af silencedetect=noise=-5dB:d=0.1 -f null /dev/null
  2.  
  3. ffmpeg -i "http://192.99.35.31:8074/;" -af silencedetect=noise=-5dB:d=0.1 -f null /dev/null 2>&1 | [ $(grep -Eo "silence_duration") = "silence_duration" ] && echo "1"
Add Comment
Please, Sign In to add comment