Just getting started with ffmpeg and ffplay. I do this: ffplay -t 5 somesong.mp3 and it gets to about 5 seconds and then just starts making a clicking noise?
I'm using the latest version I just downloaded from their site.
(Windows 7 64-bit)
To make ffplay
exit automatically when the maximum duration is reached you need to use the autoexit
option, otherwise it just cuts the input and waits:
ffplay -autoexit -t 5 somesong.mp3
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With