Pages for logged out editors learn more
import os x = "ffmpeg -i ./imgs/2001.mp4 -f image2 -r .1 -an -y ./imgs/%04d.jpg" print x os.system(x)