Re: [FFmpeg-user] FFMPEG Images & Audio to Video

2017-09-23 Thread Carl Eugen Hoyos
2017-09-22 8:43 GMT+02:00 Vivek Jain : > ffmpeg -safe 0 -f concat -i /tmp/90340433636652_config.txt -i > /tmp/90340433636652_audio.mp3 -y -vb 8M -vcodec libx264 -pix_fmt > yuv420p -vf 'scale=trunc(iw/2)*2:trunc(ih/2)*2' > /tmp/90340433636652_mashupVideo.mp4 Please update to current FF

Re: [FFmpeg-user] FFMPEG Images & Audio to Video

2017-09-23 Thread Vivek Jain
On Fri, Sep 22, 2017 at 12:53 PM, Kieran O Leary wrote: > How many source images do you have, and should the output definitely be > 25fps?also why not use something like > https://amiaopensource.github.io/ffmprovisr/#images_2_video > To process an image sequence rather than concat? Unless your im

Re: [FFmpeg-user] FFMPEG Images & Audio to Video

2017-09-22 Thread Kieran O Leary
How many source images do you have, and should the output definitely be 25fps?also why not use something like https://amiaopensource.github.io/ffmprovisr/#images_2_video To process an image sequence rather than concat? Unless your images are appended by datetime rather than sequential numbers?

[FFmpeg-user] FFMPEG Images & Audio to Video

2017-09-21 Thread Vivek Jain
Hello, Humble greetings! I have been using ffmpeg to create video from an audio and set of images (as per command below). Lately I have been noticing ffmpeg's video output is lengthier than actual length. The produced video has an extra padding in the end with no audio. Could someone please advise