[FFmpeg-user] ffmpeg overlay last frame remaining in video

Lou lou at lrcd.com
Mon Aug 24 02:35:55 CEST 2015


On Sun, Aug 23, 2015, at 01:36 PM, Chad Horton wrote:

[...]
> ffmpeg -y -i myvideo.mp4 -r 30 -itsoffset 00:00:00.000 -i myoverlay.mov
> -filter_complex [1:v]scale=640:360[ovrl],
> [0:v][ovrl]overlay=0:0[outv];[0:a][1:a]amix[outa] -map [outv] -map [outa]
> -c:v libx264 -vcodec mpeg4 -r 30 -strict experimental -b:v 1500000
> outputvideo.mp4

You have several options here that don't make sense. Also, the complete
console output from your ffmpeg command is required.


More information about the ffmpeg-user mailing list