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
Hi, I don't understand exactly what you need:
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.
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.
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
Hi, I don't understand exactly what you need:
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.
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.