PHP-FFMpeg has grown and what was a simple H264 encoder is now a bigger library.
To sum up here is what we have :
FFMpeg\FFMpeg
: the main component that opens a file, transcode it to a desired format and can optionnaly extract an image.FFMpeg\FFProbe
: a component that extracts Streams and Formats informations about a file.