How do I join a image to video using melt command or MTL framework? I tried
melt video1.wmv video2.png -consumer avformat:output.wmv
this command do my task but output video shows image frame for very long time. how can I control duration for image file (video2.png)? I want to show this image for only few seconds, say 3 seconds
I followed this video.