Am 01.07.2022 um 16:03 schrieb Michael Koch:
Hello,
is it possible to show an image with FFplay for 5 seconds, and then
exit? I did try this command in a Windows batch file, but it doesn't
stop after 5 seconds. I drag and drop the image on the batch file:
ffplay -autoexit -loop 0 -t 5 %1
A workaround with -loop 125 works.
The problem in my first command line seems to be that -loop 0 has a
higher priority than -t 5. Shouldn't the -t option have higher priority?
Michael
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".