+ Reply to Thread
Results 1 to 10 of 10
-
https://forum.doom9.org/showthread.php?t=168266
As for ffmpeg, probably ProWo knows the dirty tricks."Programmers are human-shaped machines that transform alcohol into bugs." -
Code:
ffmpeg.exe -y -i v:\despcat1.jpg -i v:\despcat2.jpg -filter_complex "[0:v]scale=8000:-1,zoompan=z='min(zoom+0.0015,1.5)':d=417:s=578x870,setsar=1[v0]; [1:v]scale=8000:-1,zoompan=z='if(lte(zoom,1.0),1.5,max(1.021,zoom-0.0020))':d=417:s=578x870,setsar=1,fade=t=in:st=0:d=5[v1];[v0][v1]concat=n=2:v=1:a=0,format=yuv420p[v]" -c:v libx264 -map "[v]" -t 300 -threads 2 video.mp4
For kindness I need help how to overlay the first .jpg with the second .jpg -
For study - see the examples here:
https://ffmpeg.org/ffmpeg-filters.html#overlay -
this is my photo1
[Attachment 86598 - Click to enlarge]
and this the background
[Attachment 86596 - Click to enlarge]
I have try with this commandline but I cannot get my image in overlay with the background
Code:ffmpeg.exe -y -i v:\despcat1.jpg -i v:\despcat2.jpg -filter_complex "[0:v]scale=8000:-1,zoompan=z='min(zoom+0.0015,1.5)':d=417:s=578x870,setsar=1[v0]; [1:v]scale=8000:-1,zoompan=z='if(lte(zoom,1.0),1.5,max(1.021,zoom-0.0020))':d=417:s=578x870,setsar=1,fade=t=in:st=0:d=5[v1];[v0][v1]concat=n=2:v=1:a=0,format=yuv420p[v]" -c:v libx264 -map "[v]" -t 300 -threads 2 video.mp4
[Attachment 86597 - Click to enlarge]
can someone tellme how I can do? -
Use powerpoint or similar graphic tool, copy/paste/resize the pics, save the result and import the picture in your video editor
-
[Attachment 86602 - Click to enlarge]
<--###here the poor cat, please help a poor cat
-
[Attachment 86616 - Click to enlarge]
can someone help a poor and lonely cat?
I need to embed in the commandline the overlay from my image and the background -
my target is something like:
[Attachment 86623 - Click to enlarge]
but I need to encode a video: where the background is overlayed with the foreground zoompaned image, with ffmpeg (or avisynth)Last edited by marcorocchini; 16th Apr 2025 at 14:45.
Similar Threads
-
How I zoom in a video to a part , using a lens like zoom
By jraju in forum Newbie / General discussionsReplies: 5Last Post: 23rd Jan 2025, 11:44 -
need to move on photos zoom in zoom out to get a video
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 16th Sep 2024, 12:48 -
any one got guide on how to install avisynth that don' point to avisynth.nl
By MrKool in forum Newbie / General discussionsReplies: 7Last Post: 9th Aug 2023, 10:57 -
Webcam for zoom meeting
By wiseant in forum Newbie / General discussionsReplies: 18Last Post: 21st Aug 2022, 21:13 -
Set zoom, double click to edit, change, go back to Scene 0, zoom is changed
By d0ugparker in forum Newbie / General discussionsReplies: 2Last Post: 5th Jan 2022, 14:28