GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   HELP - how do you make video from pictures (https://gfy.com/showthread.php?t=850772)

Antonio 08-26-2008 11:49 PM

HELP - how do you make video from pictures
 
say I have a folder with 30 pics, I want to run a program and it should make me a movie with every single picture say showing for 3 seconds or so, kinda like a slideshow but a movie file (preferably flv format but I can batch convert if I have to)

tried figuring it out with videocharge but it creates a video which makes only one frame from each image and I don't see an option to change that


do you know of a program that does this or how can it be done with videocharge?

Iron Fist 08-26-2008 11:51 PM

just click through them VERY FAST and it will look like a video :)

GrouchyAdmin 08-26-2008 11:51 PM

Code:

convert `cat list.txt` -delay 3 foo.gif
ffmpeg -i foo.gif -y foo.flv

??

Antonio 08-27-2008 12:00 AM

Quote:

Originally Posted by sharphead (Post 14670713)
just click through them VERY FAST and it will look like a video :)

tried that, it worked well for the first 900 vids, after that all the movies were in a slow motion



Quote:

Originally Posted by GrouchyAdmin (Post 14670715)
Code:

convert `cat list.txt` -delay 3 foo.gif
ffmpeg -i foo.gif -y foo.flv

??

that's unix/apache thng no? I want to do that on my desktop

GrouchyAdmin 08-27-2008 12:03 AM

Quote:

Originally Posted by Antonio (Post 14670735)
that's unix/apache thng no? I want to do that on my desktop

Yep.

You could always install win32 ports of ffmpeg and ImageMagick. It'd work the same.


All times are GMT -7. The time now is 04:40 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123