Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • woow just saw your ticket...and ffmpeg support looks impressive :o Commented Nov 24, 2013 at 18:45
  • you are pretty active aswel :) +1 for your solution..will try and report you Commented Nov 24, 2013 at 18:47
  • and actually i thought 45 as the video length :/ Commented Nov 24, 2013 at 18:48
  • Well, the length will be calculated automatically. If you have 3 frames and each one's shown for 15 seconds, ffmpeg will stop encoding after the third frame. To cut after a specific length, use the -t option. Commented Nov 24, 2013 at 18:49
  • hey .. i used the command ffmpeg -r 1/15 -y -i image/image%d.jpeg -vf fps=25 video.mp4 ..but still i get the 30 second video...1st image just goes away immediately Commented Nov 24, 2013 at 18:54