Results 1 to 10 of 10

Thread: [SOLVED] converting a series of JPG images to a video

  1. #1
    Join Date
    Jan 2008
    Beans
    355
    Distro
    Ubuntu

    Question [SOLVED] converting a series of JPG images to a video

    Hello All,

    As a photography project I have a series of photographs which I want to put into a video, around 5 frames per second.

    My computer is low spec so I want to use command line rather than a GUI such as Stopmotion.

    I have looked into tutorials online for ffmpeg and mencoder but have had no success.

    The files are numerically named (001.JPG, 002.JPG, ..., 150.JPG). I want some kind of way of converting the images to a video (format not important, so long as it works).

    Also some of the JPG files are larger than others, so some kind of resize parameter may be useful (around 3:2 width:hight) ratio in all).

    All help greatly appreciated.
    Metapixel Script Generation Engine
    My Ubuntu Support Site - helpbuntu.mstrutt.co.uk
    My Photography Gallery - digital.mstrutt.co.uk
    Help me test my new website

  2. #2
    Join Date
    May 2007
    Location
    @home in Hamburg
    Beans
    193
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: converting a series of JPG images to a video

    You can use manslide for this, it creates a slideshow movie of a collection of images. It's easy to use and you can specify slide transition times and effects. It's also in the repositories if you want to try it out.

  3. #3
    Join Date
    Jan 2008
    Beans
    355
    Distro
    Ubuntu

    Re: converting a series of JPG images to a video

    Quote Originally Posted by little_penguin View Post
    You can use manslide for this, it creates a slideshow movie of a collection of images. It's easy to use and you can specify slide transition times and effects. It's also in the repositories if you want to try it out.
    Thanks, but as previously stated I need a non GUI way of doing this as my computer is old and slow, I have found GUIs capable of doing this but they seize up and crash when loading images because my computer just can't handle it.
    Metapixel Script Generation Engine
    My Ubuntu Support Site - helpbuntu.mstrutt.co.uk
    My Photography Gallery - digital.mstrutt.co.uk
    Help me test my new website

  4. #4
    Join Date
    May 2007
    Location
    @home in Hamburg
    Beans
    193
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: converting a series of JPG images to a video

    Oops, I missed that. dvd-slideshow is a command line tool you could use, that's also in the repos.

  5. #5
    Join Date
    Jan 2008
    Beans
    355
    Distro
    Ubuntu

    Re: converting a series of JPG images to a video

    Quote Originally Posted by little_penguin View Post
    Oops, I missed that. dvd-slideshow is a command line tool you could use, that's also in the repos.
    Cheers for that, any idea where I can find documentation, or do u know a simple command to get me started, cheers
    Metapixel Script Generation Engine
    My Ubuntu Support Site - helpbuntu.mstrutt.co.uk
    My Photography Gallery - digital.mstrutt.co.uk
    Help me test my new website

  6. #6
    Join Date
    Jan 2008
    Beans
    355
    Distro
    Ubuntu

    Re: converting a series of JPG images to a video

    Quote Originally Posted by stooshbunutu View Post
    Cheers for that, any idea where I can find documentation, or do u know a simple command to get me started, cheers
    not to worry, found some from the file
    Metapixel Script Generation Engine
    My Ubuntu Support Site - helpbuntu.mstrutt.co.uk
    My Photography Gallery - digital.mstrutt.co.uk
    Help me test my new website

  7. #7
    Join Date
    May 2007
    Location
    @home in Hamburg
    Beans
    193
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: converting a series of JPG images to a video

    I haven't actually used dvd-slideshow myself, but the following command will get you the manual page, which gives details of usage and some examples:

    Code:
    man dvd-slideshow
    You can also redirect the command output into a file, which you can print and read more conveniently:

    Code:
    man dvd-slideshow > filename

  8. #8
    Join Date
    Jan 2008
    Beans
    355
    Distro
    Ubuntu

    Re: converting a series of JPG images to a video

    Cheers for the help, it seems to work, well, hangs every now and then but I reckon that's just my slow laptop.
    Metapixel Script Generation Engine
    My Ubuntu Support Site - helpbuntu.mstrutt.co.uk
    My Photography Gallery - digital.mstrutt.co.uk
    Help me test my new website

  9. #9
    Join Date
    May 2007
    Location
    @home in Hamburg
    Beans
    193
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: [SOLVED] converting a series of JPG images to a video

    That's great

  10. #10
    Join Date
    Jan 2008
    Beans
    355
    Distro
    Ubuntu

    Re: [SOLVED] converting a series of JPG images to a video

    if you interested here's the video I made with the software

    http://uk.youtube.com/watch?v=YJaCXcOL3ys
    Metapixel Script Generation Engine
    My Ubuntu Support Site - helpbuntu.mstrutt.co.uk
    My Photography Gallery - digital.mstrutt.co.uk
    Help me test my new website

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •