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

Ulf Zibis Ulf.Zibis at gmx.de
Wed Mar 11 14:25:45 EET 2020


Am 11.03.20 um 13:05 schrieb Moritz Barsnick:
> 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).
Much thanks, this is what I was looking for. Unfortunately not
documented here:
https://www.ffmpeg.org/ffmpeg-codecs.html#VAAPI-encoders

Anyway, does my command line have the right syntax?
ffmpeg -i MVI_1324.MOV -c:a copy -c:v h264_vaapi -profile:v
constrained_baseline -level 4.1 MVI_1324.mov

-Ulf



More information about the ffmpeg-user mailing list