[FFmpeg-user] How to compress .MOV file compatible to Canon camera

Moritz Barsnick barsnick at gmx.net
Wed Mar 11 14:05:41 EET 2020


On Wed, Mar 11, 2020 at 00:47:42 +0100, Ulf Zibis wrote:
> > It looks like it was built without support?
> What is the difference, if I build it myself concerning support?

When configuring and building, you need the (development support for)
libva present. ./configure has this check:

> enabled vaapi &&
>     check_pkg_config vaapi "libva >= 0.35.0" "va/va.h" vaInitialize

This implies you need libva-devel or libva-dev >= 1.3.0 (which
introduced the requested API version 0.35).

(This check for vaapi is enabled by default.)

Cheers,
Moritz



More information about the ffmpeg-user mailing list