I have one image, in JPEG for example, how can I create short video from it, which shows static picture?
I think ffmpeg can do it ... but I don't know how =)
+ Reply to Thread
Results 1 to 11 of 11
-
Sorry for my awfull ENGLISH =|
-
Originally Posted by Baldrick
-
I forgot to say, what I need soft working on linux.
And it will be very good if I can work with them via command line.
That's why ffmpeg or mencoder best choice.
Moreover, I know how to create one JPEG picture from some MPEG video using these programs, but I do not know how to create MPEG video from JPEG pictureSorry for my awfull ENGLISH =| -
Code:
ffmpeg -loop_input -f image2 -i background1.jpg -vcodec mpeg2video -f rawvideo -b 1000k -maxrate 1000k -bufsize 1000k -y -r 25 background.mpv -t 5
Code:ffmpeg -loop_input -f image2 -i background1.jpg -b 1000k -maxrate 1000k -bufsize 1000k -y -r 25 background.mpg -t 5
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
Linux. Command line. ???. I have Botox on my mouth. So I must write my answer to you
-
Originally Posted by kaapoSVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
To ChrissyBoy. I mean that my help is worthless if people change his question afterwards. / Kaapo /
Similar Threads
-
How do I create a slideshow of photos and short movies?
By wreckage in forum Newbie / General discussionsReplies: 8Last Post: 21st Oct 2011, 03:44 -
How can I LOWER rsolution of a *.jpeg image
By bryankendall in forum Newbie / General discussionsReplies: 2Last Post: 5th Oct 2008, 11:04 -
How to add short intro image to video?
By Bytez in forum Newbie / General discussionsReplies: 1Last Post: 2nd Mar 2008, 08:00 -
Premeire 6.5 not seeing JPEG image
By noki in forum EditingReplies: 9Last Post: 21st Sep 2007, 11:37 -
looking for program that create flv video for youtube from mp3,image,..
By method in forum Newbie / General discussionsReplies: 3Last Post: 9th May 2007, 03:56