[FFmpeg-user] Help with Image render into Video

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Oct 23 16:59:12 CEST 2013


Ezequiel França <ez <at> efs.net.br> writes:

> For individual times, I think copy the images is 
> the last resource I want to try.

As already said, I did not suggest to copy them.

> I am lookin for the cleaner solution like 
> "ffmpeg -r N -i File1 -r N/2 
> -i File2 ... -r Nn -i Filen  videoout.mp4"
> 
> There is a solution to do it like that or I will 
> need to do it using others ways ?

Look at the concat demuxer, that should work.

The concat filter may also work, but I am not sure 
if -r works for a single image and I am not convinced 
that it is simpler than the symlinks.

Carl Eugen



More information about the ffmpeg-user mailing list