If I want to create a video file that is just an image that is like five seconds long or so, how would i do that? I did search the forums with several different searches and couldn't find anything on this. If this is in the wrong forum I apologize.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Hi-
Here's one example, although I don't know what the image video is to be used for:
ImageSource("D:\Gozu\Menu\Menu.jpg",End=125)
AssumeFPS(25)
That'll give you 5 seconds of repeated JPG at 25fps. I just made an AVI using something similar, although with some adjustments, it can just as easily make an .mpv or m2v.
If it flips over upside down after the first frame (as mine did for reasons I don't quite understand), then add this afterwards:
FreezeFrame(0,125,125)
This assumes you're comfortable using AviSynth. -
Theres a slide show application (freeware) that produces an AVI from a selected list of jpegs. Can't remember the name. Have a browse of the tools section for slideshow freeware.
Have a nice Day -
Theres a slide show application (freeware) that produces an AVI from a selected list of jpegs. Can't remember the name. Have a browse of the tools section for slideshow freeware.
If you want to create an mpeg directly you could use image2mpeg. I can't remember the link, try looking on google for it. -
Originally Posted by jimmalenkoHave a nice Day
Similar Threads
-
Creating Youtube (mp4) from mp3 and image
By robertpnl in forum Newbie / General discussionsReplies: 5Last Post: 6th Aug 2010, 09:11 -
mpg creating
By nighthawk2018 in forum Newbie / General discussionsReplies: 2Last Post: 18th Dec 2009, 18:23 -
Creating simple text/image to prompt 'Insert Disc 2'
By rbatty11 in forum EditingReplies: 11Last Post: 15th Feb 2009, 12:08 -
Creating cartoon video from JPG image
By richnz in forum Newbie / General discussionsReplies: 2Last Post: 5th Jan 2009, 15:18 -
Vegas - add image to video (DVD(mpg)) and moving image around
By psxiso in forum EditingReplies: 4Last Post: 11th Jul 2007, 04:29