Re: [FFmpeg-user] silenceremove use

2020-02-21 Thread To ny
Made a wave file of the first (softest) thump with the -accurate_seek, -t and -ss and one of the "relative" silence parts and as Ted suggested checked with showvolume: ffplay -f lavfi -i “amovie=sample.wav,showvolume" This way it's especially insightful to see the volume level of very short sou

Re: [FFmpeg-user] silenceremove use

2020-02-20 Thread To ny
The sample is the best example since the thumps are quite soft and just a little louder than the noise. If all the three thumps and the voice would be left in the output, that would be great. I'll run your command and see what comes out. Ideally, it would be, if the thumps and voice would have

Re: [FFmpeg-user] silenceremove use

2020-02-19 Thread To ny
bruari 2020 12:16 Aan: FFmpeg user questions Onderwerp: Re: [FFmpeg-user] silenceremove use   On 2/19/20, To ny wrote: > Hello, and thanks so much for your reply. > > I was actually only requesting help for the silenceremove arguments (or > settings or > however they're

Re: [FFmpeg-user] silenceremove use

2020-02-19 Thread To ny
Hello, Thanks so much for your reply. Would the microphone pickup just as much sounds (even faint ones) if i set gain back to 1.0x? If audio was in any way processed prior to silence removal, like in this case with gain, you will certainly get poor results. __

Re: [FFmpeg-user] silenceremove use

2020-02-19 Thread To ny
Hello, and thanks so much for your reply. I was actually only requesting help for the silenceremove arguments (or settings or however they're called) on the commandline. The -20 dB threshold will not be my final settings. It was just to make sure something is removed. I don't know if you only r

Re: [FFmpeg-user] silenceremove use

2020-02-18 Thread To ny
This one was truncated so i post it again #ffmpeg -i '/home/tony/test/Recording_53.wav' -af silenceremove=start_periods=1:start_duration=0:start_threshold=-20dB:start_silence=3:start_mode=any:stop_periods=2:stop_duration=3:stop_threshold=-20dB:stop_silence=3:stop_mode=any:detection=peak:window=10

Re: [FFmpeg-user] silenceremove use

2020-02-18 Thread To ny
Oh with this one: # ffmpeg -i '/home/tony/test/Recording_53.wav' -af silenceremove=0:0:0:0:0:-1:0:-20dB:0:0:1:0 recording53_silences_removed.wav # Runs at 4.5x speed (takes long, like 1:30 hours) # leaves file of 500 MB and 4:30 hours in duration # still has silences of same level of several seco

[FFmpeg-user] silenceremove use

2020-02-18 Thread To ny
Hello good people of the ffmpeg-users list, Because i'm not allowed to say anything in the #ffmpeg irc channel. Weird "cannot send to nick/channel" error message appears and thought i'd try the mailing list. Is there anyone who has experience with the silenceremove filter? I'm trying to remove l