I need help to make multiple task of that on MacOS:
ffmpeg -i file.mp4 -r 0.1 output_%04d.jpg
I have basically 200 video files to do that action and I want to create a single code that I can send to ffmpeg at once. I have tried with & in the end but it didn't work.
please help! Gabriel