[FFmpeg-user] Pixel format: default and filter?

Nicolas George george at nsup.org
Sun Sep 13 15:36:00 EEST 2020


amindfv at mailbox.org (12020-09-12):
> But if I create a trivial filter:
                    ^^^^^^^
> 
>     ffmpeg -i a.mov -i b.mov -filter_complex '[0:v][1:v]overlay' out.mov
                                       ^^^^^^^

There's your problem: your filter is not trivial at all. Overlay
requires compatibility between the formats of its inputs, and therefore
cannot work with the normal format negotiation.

I suggest you peruse its documentation to see how to set the format.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20200913/d7ae019d/attachment.sig>


More information about the ffmpeg-user mailing list