Menu

Custom video length from image

minimanb
2021-10-14
2021-10-15
  • minimanb

    minimanb - 2021-10-14

    Hi,

    I'm trying to batch convert 1000+ png images to mp4s, and I want the outputted videos to be exactly 60 seconds in length.

    Is this possible? I can't seem to figure it out. Right now they're all 0 seconds long.

    Thanks

     
  • Abel

    Abel - 2021-10-15

    Hi, I don't understand exactly what you need:

    • Create a 60 seconds video with every image.
    • Create a 60 seconds video with every 60 images.
     
  • minimanb

    minimanb - 2021-10-15

    Thanks for the reply.

    Create a 60 second video with every image.

    For example, I have 1000 images and want to output 1000 videos. Each video will be 60 seconds long and displays the static image the whole time.

     
  • Abel

    Abel - 2021-10-15

    You can try this:
    Parameters: -c:v libx264 -preset fast -vf fps=1
    Pre-input: -r 1/60
    Format: mp4

    You won't see total progress information with images as source, but it should work fine. You can use multi-file encoding for faster results.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.