Hello, I have two images named figur001.png and figur002.png that I want to make a video of 10 seconds, each figure being displayed for 5 seconds.
After command ffmpeg -framerate 1/5 -i figur%03d.png -c:v libx264 -pix_fmt yuv420p -r 30 -vf scale=1920:1080 video.mp4 It seems that the full duration is 10 seconds because ffmpeg displays this: Duration: 00:00:10.00, start: 0.000000, bitrate: N/A However, using mplayer or vlc to play the video, the first image is showed during 5 seconds (as it should be) but the second image no. The second image is displayed by less than a second (0.1s maybe) Any ideas on how to solve this? Kind regards, Leonardo _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
