On 2024-04-09 02:46 pm, Bouke / edit 'B wrote:
For my work I try an install of FFmpeg by running it without any params.

It used to be that the return would include ‘Hyper fast’.
However, the current binaries from Gyan do not include that, but state 
‘Universal media encoder’.

That description was changed in 86e8439994d86b33f9b22ad64c4a31a559f05aac

What would be a good, future proof way of testing if FFmpeg is indeed installed 
/ running properly?

Try

 ffmpeg -f lavfi -i nullsrc -t 0.1 -v 0 -progress pipe:1 -f null - | grep end

If grep returns nothing, then something went wrong.

Regards,
Gyan

_______________________________________________
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".

Reply via email to