POV-Ray : Newsgroups : povray.binaries.images : <no subject> : Re: <no subject> Server Time
28 Apr 2024 10:37:12 EDT (-0400)
  Re: <no subject>  
From: Melody
Date: 19 Dec 2019 03:35:00
Message: <web.5dfb35c76f92e8569da690110@news.povray.org>
Using ffmpeg to convert a set of images into a video

ffmpeg -r 60 -f image2 -s 1920x1080 -i pic%04d.png -vcodec libx264 -crf 25
-pix_fmt yuv420p test.mp4

Specifying start and end frames

ffmpeg -r 60 -f image2 -s 1920x1080 -start_number 1 -i pic%04d.png -vframes 1000
-vcodec libx264 -crf 25  -pix_fmt yuv420p test.mp4

okay thats completely heinous, heh. cool?

https://hamelot.io/visualization/using-ffmpeg-to-convert-a-set-of-images-into-a-video/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.