Re: [FFmpeg-user] Can I create an mp4 with dwell?

2018-03-18 Thread Lou Logan
On Sun, Mar 18, 2018, at 9:38 AM, Lou Logan wrote: > Last image should display for a half second + 1 frame (I did not verify). ...assuming it's one of the images in ord-hrrr-slp%02d.png and not segregated. ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Can I create an mp4 with dwell?

2018-03-18 Thread Lou Logan
On Sat, Mar 17, 2018, at 11:41 AM, Geoff Fox wrote: > I'm a meteorologist making my own weather maps. I use ffmpeg to create my > animations from still images, like this: > http://45.79.86.175/output/nam/sfc/conus-nam-slp.mp4 > > Typically: ffmpeg -r 10 -f image2 -s 1920x1080 -start_number 02

[FFmpeg-user] Can I create an mp4 with dwell?

2018-03-18 Thread Geoff Fox
I'm a meteorologist making my own weather maps. I use ffmpeg to create my animations from still images, like this: http://45.79.86.175/output/nam/sfc/conus-nam-slp.mp4 Typically: ffmpeg -r 10 -f image2 -s 1920x1080 -start_number 02 -i /var/www/html/output/hrrr/sfc/ord-hrrr-slp%02d.png -y