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,