Am Mi., 11. März 2020 um 18:32 Uhr schrieb Ulf Zibis <[email protected]>:

> 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
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to