Hi everyone,
I'm new to ffmpeg and having some issues batching a process. I have several
dozen videos that I need to extract images every 2 seconds from.
I tried this script: for %%a in ("*.mp4") do ffmpeg -i %%a -vf fps=2
"%%~na.%%06d.png
But kept getting an error: Output file is empty, nothing was encoded (check
-ss / -t / -frames parameters if used)
Can anyone point me in the right direction on how to fix this?
Cheers,
JZ
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".