0

I have a folder of 48 mp4 files and I would like to take each file and seperate all the frames from the video into png format. I want each png file to be of high quality.

I had been using the command:

ffmpeg -i J562310.mp4 a%04d.png -hide_banner

This works perfectly for each video, but I was wondering if I can make ffmpeg batch process all the videos in the folder? It is likely I will have more to do, so knowing how to do so will be useful.

Thank you so much,

Klitiko
  • 1
  • 1
  • Not possible with ffmpeg alone: it expects you to do this via the capabilities of your shell. – llogan Oct 28 '21 at 15:28

0 Answers0