Idk why but when I apply this filter the video is still output with sound. I am not sure of the syntax required to apply filter, so help would be appreciated. Only necessary portion of the code is shown, as im pretty sure this is just a syntax error. I am attempting to mute the clip
ffmpeg.filter_(i,'volume',0) ##YOU ARE HERE TRYING TO GET FILTERS TO WORK
ffmpeg.output(i, videoFileName,
**{'c:v': 'libx264', 'b:v': targetTotalBitrate, 'pass': 2, 'f' :'mp4'}
).overwrite_output().run()
print('selected')