joceyngan

Results 1 comments of joceyngan

`audio_cmd = 'anullsrc=r=16000:cl=mono:d={}'.format(duration)` `audio_stream = ffmpeg.input(audio_cmd, f='lavfi')` I add `anullsrc` in ffmpeg-python like above and works for me, in case anyone is still looking for solution to this in 2022