Re: [FFmpeg-user] Large Sized output files recieved while encoding the audio

2022-04-21 Thread Shubham Tiwari
Thanks for all the inputs, I have a better understanding of the problem now. The input audio is highly compressed. While applying the filter, ffmpeg is converting the audio based on the fileformat of the output file. If the output file provided is wav format, the resulting file is 1536 kb/s uncompr

Re: [FFmpeg-user] Large Sized output files recieved while encoding the audio

2022-04-20 Thread Shubham Tiwari
mentation but couldn't find any suitable way to fix it. Let me know if anyone knows the issue in my command. Please point me to some resource containing the details of audio codecs and filtering. Regards, Shubham On Wed, Apr 20, 2022 at 11:33 PM Shubham Tiwari wrote: > Thanks Bouke

Re: [FFmpeg-user] Large Sized output files recieved while encoding the audio

2022-04-20 Thread Shubham Tiwari
Thanks Bouke for the opinion. Help from any other person is appreciated!! Regards, Shubham On Wed, Apr 20, 2022 at 11:27 PM Bouke / edit 'B wrote: > > > > On 20 Apr 2022, at 19:50, Shubham Tiwari > wrote: > > > > 1 million audio files per day. > > Hire a

Re: [FFmpeg-user] Large Sized output files recieved while encoding the audio

2022-04-20 Thread Shubham Tiwari
lshed < bo...@videotoolshed.com> wrote: > > > On 20 Apr 2022, at 19:30, Shubham Tiwari > wrote: > > > > Please accept my apology for putting a large size msg. I appreciate all > the > > help received. > > > > I have another example with similar behavio

Re: [FFmpeg-user] Large Sized output files recieved while encoding the audio

2022-04-20 Thread Shubham Tiwari
Please accept my apology for putting a large size msg. I appreciate all the help received. I have another example with similar behavior. The exact commands used are below. The detailed output is attached in this email. *command 1*: ffmpeg -i call.wav -af "volume=enable='between(t,0,1)':volume=0"

Re: [FFmpeg-user] Large Sized output files recieved while encoding the audio

2022-04-20 Thread Shubham Tiwari
Hi Ferdi, My use case is redaction of audio. To achieve this, our backend adds the filter to mute the audio in the ffmpeg command and then executes on audio files. For some audio files it's taking more than 30 seconds which is causing high cpu usage and low throughput. The problem in our scenario

[FFmpeg-user] Large Sized output files recieved while encoding the audio

2022-04-20 Thread Shubham Tiwari
Hi, When I run ffmpeg command on a wav file, the received output file is of large size as compared to the original file. The command and the output are below, *FFMPEG command* % ~/Downloads/audio/ffmpeg -i call-redacted.wav output.wav ffmpeg version 4.4.1-tessus https://evermeet.cx/ffmpeg/ C