I usually do this manually, but I now have to convert a lot of .mp4 file so I’d like to ideally batch convert them all.
What I usually do is ffmpeg -i INPUT_FILE.mp4 -c:v dnxhd -profile:v dnxhr_hq -pix_fmt yuv422p -c:a pcm_s16le OUTPUT_FILE.mov
How do I do this for multiple files in one go?