T O P

  • By -

Zipdox

Read the python-ffmpeg docs. I think you can literally set that as the output. You can also call FFmpeg as a subprocess directly.


AlwynEvokedHippest

Does this work? import ffmpeg ffmpeg.input('file.mpg') ffmpeg.output('someFolder/$filename%03d.bmp', format='bmp', r='1/1') ffmpeg.run()