[FFmpeg-user] FFMPEG Images & Audio to Video

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Sep 23 15:38:00 EEST 2017


2017-09-22 8:43 GMT+02:00 Vivek Jain <vivek.jain at mindtickle.com>:

> ffmpeg -safe 0 -f concat -i /tmp/911110340433636652_config.txt -i
> /tmp/911110340433636652_audio.mp3 -y -vb 8M -vcodec libx264 -pix_fmt
> yuv420p -vf 'scale=trunc(iw/2)*2:trunc(ih/2)*2'
> /tmp/911110340433636652_mashupVideo.mp4

Please update to current FFmpeg git head and insert an instance
of the fps filter:
-vf 'scale=trunc(iw/2)*2:trunc(ih/2)*2,fps'
You will have to add one more input file to your list, the last
frame will not be duplicated.

Carl Eugen


More information about the ffmpeg-user mailing list