import ffmpeg stream = ffmpeg.input("video.mov") audio = stream.audio.filter("aecho", 0.8, 0.9, 1000, 0.3) video = stream.video.hflip()
確定! 回上一頁