Hey hey everyone!
Any picture guru's out there? Trying to throw together a video slideshow deal for this Amnesia Haze auto that is growing outside. I've taken a pic almost every day; I wanna see that shit time-lapse but no idea how.
-P
Got linux, lol? If so, try:
Code:
ffmpeg -framerate 25 -i image-%05d.jpg -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p output.mp4
If you have a Microsoft OS, you'll probably have to download/install the little ffmpeg app, but it should work in that, too.
Or there are about a million other apps from the small and simple up to "this graphics suite also does that." It wouldn't surprise me if VLC media player could do it. It can turn videos into audio files.