Use
ffmpeg -i "%1" frames/out-%03d.jpg
A sequence of image files don’t have a framerate. If you want to undersample the video file, use -r before the input.
Edit:
ffmpeg -i "C:\Applications\FFMPEG\aa.mp4" "frames/out-%03d.jpg"
Use
ffmpeg -i "%1" frames/out-%03d.jpg
A sequence of image files don’t have a framerate. If you want to undersample the video file, use -r before the input.
Edit:
ffmpeg -i "C:\Applications\FFMPEG\aa.mp4" "frames/out-%03d.jpg"