tuonglv00

Results 1 comments of tuonglv00

change the code into call(["ffmpeg", "-i", f_name, "-q:a", "0", "-map", "a", "tmp/audio.mp3", "-y"], stdout=open(os.devnull, "w"), stderr=STDOUT, shell=True) call(["ffmpeg", "-i", "tmp/%d.png", "-vcodec", "png", "tmp/video.mov", "-y"], stdout=open(os.devnull, "w"), stderr=STDOUT, shell=True) call(["ffmpeg", "-i",...