[FFmpeg-user] Problem with pixel format and/or missing constant

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Mar 11 19:55:48 EET 2020


Am Mi., 11. März 2020 um 18:32 Uhr schrieb Ulf Zibis <Ulf.Zibis at gmx.de>:

> I have build ffmpeg from the latest sources and get this warning and error:
>
> $ ~/Projects/ffmpeg/dev_2/ffmpeg -i MVI_1324.MOV -c:a copy -profile:v
> baseline -level 4.1 -map_metadata 0 -movflags +faststart MVI_1324.mov
> ffmpeg version N-96935-g34d7c8d942 Copyright (c) 2000-2020 the FFmpeg
> developers
>   built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)
>   configuration:

mov defaults to mpeg4 if no h264 encoder is present (you did not specify
--enable-libx264), for mpeg4 "profile baseline" is not defined.

Please use a wider console window when running ffmpeg for us, Carl Eugen


More information about the ffmpeg-user mailing list