[FFmpeg-user] Hyper fast gone in Gyan's binaries

Gyan Doshi ffmpeg at gyani.pro
Tue Apr 9 14:45:48 EEST 2024



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



More information about the ffmpeg-user mailing list