2017-09-22 8:43 GMT+02:00 Vivek Jain <[email protected]>: > 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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
