[FFmpeg-user] Overlay images to frames in video
Rainer M Krug
Rainer at krugs.de
Thu Apr 8 10:48:27 EEST 2021
Thanks a lot - these are the things I was afraid of missing.
I will change it and use 'overlay=x=0:y=0’ for clarity.
Rainer
> On 8 Apr 2021, at 09:45, Michael Koch <astroelectronic at t-online.de> wrote:
>
> Am 08.04.2021 um 09:27 schrieb Rainer M Krug:
>> ffmpeg -i ‘background_movie.avi' -i 'overlay.avi' -filter_complex 'overlay=0x0’ ‘final_movie.avi’
>
> I think overlay=0x0 is not doing what you expect. It does set the x option to hexadecimal 0, and it doesn't specify the y option. In your case that doesn't matter because the default values are 0. You could write 'overlay=x=0:y=0' or you could simplify it to just 'overlay' without any options.
>
> Michael
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)
Orcid ID: 0000-0002-7490-0066
Department of Evolutionary Biology and Environmental Studies
University of Zürich
Office Y34-J-74
Winterthurerstrasse 190
8075 Zürich
Switzerland
Office: +41 (0)44 635 47 64
Cell: +41 (0)78 630 66 57
email: Rainer.Krug at uzh.ch
Rainer at krugs.de
Skype: RMkrug
PGP: 0x0F52F982
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4372 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20210408/bd86fe56/attachment.bin>
More information about the ffmpeg-user
mailing list