Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Compression Techniques FFmpeg image sequence to MP4 video with slow frame rate

  • FFmpeg image sequence to MP4 video with slow frame rate

    Posted by Dhirendra Bisht on March 28, 2016 at 5:25 am

    Hi All,
    I am trying to convert images to video using FFmpeg.
    I am using this command
    ffmpeg -i image-%03d.png -vcodec copy -acodec copy out.mp4
    And its works fine.

    But problem is image sequence is very fast I want do this around. 3 second per image.

    Thanks

    Reuben Martin replied 10 years, 2 months ago 2 Members · 1 Reply
  • 1 Reply
  • Reuben Martin

    April 5, 2016 at 6:59 pm

    ffmpeg -r 3 -i image-%03d.png -vcodec copy -acodec copy out.mp4

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy