I have written the following command which changes the resolution and frame per second rate of the input video, I want to apply this command on all my videos in my video repository
any help would be appreciated
ffmpeg -i C:\vid2.mp4 -an -r 10 -filter:v "setpts=01.0*PTS" -vf scale=320:240 C:\vid320_200fps10.mp4