VideoHelp Forum




+ Reply to Thread
Results 1 to 11 of 11
  1. Member
    Join Date
    Jun 2007
    Location
    Russian Federation
    Search Comp PM
    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 =)
    Sorry for my awfull ENGLISH =|
    Quote Quote  
  2. Member hech54's Avatar
    Join Date
    Jul 2001
    Location
    Yank in Europe
    Search PM
    TMPGEnc Plus can do it.....I do it all of the time.
    Quote Quote  
  3. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    I guess you can use tmpgenc also, just open the jpg but I don't remember how you set how long it should play.
    Quote Quote  
  4. Member
    Join Date
    Nov 2006
    Location
    Finland
    Search Comp PM
    If you want exactly a MPEG Still Picture ( NOT a Video MPEG file), use this: VCDEasy 1.1.5.2 (last freeware version).
    Quote Quote  
  5. Member hech54's Avatar
    Join Date
    Jul 2001
    Location
    Yank in Europe
    Search PM
    Originally Posted by Baldrick
    I guess you can use tmpgenc also, just open the jpg but I don't remember how you set how long it should play.
    I used to create a "silent" .wav file with Windows Sound Recorder (sndrec32.exe)....the pic/vid will last as long as the .wav file does.
    Quote Quote  
  6. Member
    Join Date
    Jun 2007
    Location
    Russian Federation
    Search Comp PM
    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 picture
    Sorry for my awfull ENGLISH =|
    Quote Quote  
  7. Member ChrissyBoy's Avatar
    Join Date
    Feb 2003
    Location
    Yorkshire!
    Search Comp PM
    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
    Will create a 5 second PAL mpeg video stream. Adjust bitrate etc accordingly.

    Code:
    ffmpeg -loop_input -f image2 -i background1.jpg  -b 1000k -maxrate 1000k -bufsize 1000k -y  -r 25 background.mpg -t 5
    will create a 5 second PAL program stream...
    SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
    VOB2MPG PRO, Extract mpegs from your DVDs - with you in control!
    Quote Quote  
  8. Member
    Join Date
    Jun 2007
    Location
    Russian Federation
    Search Comp PM
    Ooooo!!! thanks much! ffmpeg - great tool =) the best of the best!
    Sorry for my awfull ENGLISH =|
    Quote Quote  
  9. Member
    Join Date
    Nov 2006
    Location
    Finland
    Search Comp PM
    Linux. Command line. ???. I have Botox on my mouth. So I must write my answer to you
    Quote Quote  
  10. Member ChrissyBoy's Avatar
    Join Date
    Feb 2003
    Location
    Yorkshire!
    Search Comp PM
    Originally Posted by kaapo
    Linux. Command line. ???. I have Botox on my mouth. So I must write my answer to you
    What do you mean?
    SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
    VOB2MPG PRO, Extract mpegs from your DVDs - with you in control!
    Quote Quote  
  11. Member
    Join Date
    Nov 2006
    Location
    Finland
    Search Comp PM
    To ChrissyBoy. I mean that my help is worthless if people change his question afterwards. / Kaapo /
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!