The file is a .bmp, but I can convert it to another file format if need be.
What I don't know how to do is convert it to 8 seconds of video. Can be AVI, MPG, makes no difference. I can convert those too. What I don't know how to do is convert from a still picture to video.
Is there such a freeware program out there?
+ Reply to Thread
Results 1 to 9 of 9
Thread
-
-
The only way I know how to do it is with TMPGEnc Plus and a bitmap image. I think TMPGEnc Plus is free for MPEG1 encodes. The photo will need to be the same ratio as a television (4x3 - 720x480 etc etc) for it to look right....or the image will need to be placed on a background of that size/ratio.

-
Created a blank 8 second .wav file with CDWave - created the bpm image in Microsoft Image Composer - encoded with TMPGEnc Plus(MPEG2):
https://rapidshare.com/files/2609862278/8%20seconds.mpg
-
Windows Movie Maker will import images to a video
-
Any of the slideshow making programs will do this easily. DVD Slideshow Gui (free) can convert images to DVD or BluRay. Photodex Proshow (payware) can export to various video formats.
-
AviSynth:
That says to play your picture at 25fps for 200 frames (8 seconds). You can adjust the framerate and number of frames.ImageSource("C:\Path\To\Image.bmp",FPS=25,End=199)
That'll open in just about any encoder although you may have to crop/addborders/resize if for MPEG/DVD and it's to be encoded as 4:3 or 16:9. -
-
What he was talking about was muxing your still with some audio so the still has some length.
But he was also talking of converting the bmp into MPG2 using Tmpgenc. A convoluted and NOT optimal way.
How do you intend to use this?
Scott -
Try avidemux
1 - Open your photo file. avidemux deals with an image as a single frame.
2 - Copy [Ctrl-C] once then paste [Ctrl-v] for 30 times(your video will run at 30 frames per second)
3- Copy then paste for 10 times to get a 10 seconds video
Make sure that:
1 - Video = copy
2 - Audio = copy
3 - Format = avi
Save video [Ctrl-S) and give it a full name such as myvideo.avi.
Similar Threads
-
Please recommend good freeware to convert video to animated gif.
By zlmdlo in forum Video ConversionReplies: 1Last Post: 11th Jan 2012, 05:27 -
Best way to cut out 30-45 seconds of video in an MPEG-2 file
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 1Last Post: 1st Apr 2011, 00:13 -
When viewing an .avi file, the video stops every 5 or 10 seconds
By HartsVideo in forum Software PlayingReplies: 6Last Post: 24th Oct 2009, 07:31 -
what a good program to use to convert a x264 video file to dvd....
By cowboysroy31 in forum Authoring (DVD)Replies: 8Last Post: 8th Apr 2008, 07:04 -
What is the best freeware to convert to an XviD file.
By amadeira in forum DVD RippingReplies: 2Last Post: 21st Sep 2007, 23:28



Quote