User:Manetta/scripts/ffmpeg-video-to-image: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    24 March 2015

    • curprev 12:1412:14, 24 March 2015Manetta talk contribs 135 bytes +135 Created page with "<source lang="python"> import os x = "ffmpeg -i ./imgs/2001.mp4 -f image2 -r .1 -an -y ./imgs/%04d.jpg" print x os.system(x) </source>"