[email protected] (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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
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