> On 20 Apr 2022, at 19:30, Shubham Tiwari <shubham.tiw...@observe.ai> wrote: > > 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" output.wav > *behaviour: *executed within a second, input file size 2.1 mb, output file > size 176 mb > > *command 2*: ffmpeg -i call.wav -af > "volume=enable='between(t,0,1)':volume=0" output.mp3 > *behaviour: *executed time approx 40 seconds, input file size 2.1 mb, > output file size 15 mb
You do not specify what kind of output file size you want, so yes, it will be ‘as it is’. Having a .wav extension on your input DOES NOT mean your input is uncompressed Wave PCM. (Wave Can be compressed, in your case, you have OGG compression with a .wav extension.) What do you expect / why are you doing this? The quality of your file will NOT get better, nor will the file size get significant down if you process it. Concerning your lack of knowledge, the only thing you can accomplish is making things worse. Bouke _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".