Results 1 to 8 of 8

Thread: Video generator

  1. #1

    Video generator

    Any one here know of a good (easy + free) lib for creating a video from a sequence of images?
    I am able to create every frame a bitmap (or whatever), I want to pass it as a stream and receive in the end a compressed avi file (using the available codecs on my computer)

    For now even if it would be a standalone program it will do. (I will save A LOT of .bmp files )
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

  2. #2

    Video generator

    This should be rather easy with Video for Windows API.
    Another option is to use DirectShow - probably someone at www.progdigy.com has working application with DSPack library?
    There are only 10 types of people in this world; those who understand binary and those who don't.

  3. #3

    Video generator

    You should be able to use VirtualDub to do this.

  4. #4

    Video generator

    DSPack does seam like the right way to go, but I wasn't able to find a demo application that demonstrate anything like that nor anything in their forum..
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

  5. #5
    idee_fixe
    Guest

    Video generator

    i know programs like adobe premiere and maybe even windows movie maker will make movies out of images - just load them in one after another on the timeline, set their duration for 1/30th of a second (or 1/24, 1/60, whatever you want your framerate to be). This is essentially like doing stop motion or traditional animation.

    Incidently, this is an easy way to make HiDef animations!

  6. #6

    Video generator

    Thanks! I completely forgot about windows movie maker.
    Too bad it creates wmv..

    Edit: Apparently it can handle 200 pics without a problem, but 4000 pics is a different story.. it took 900MB of mem and 99% of my CPU for the last few hours, I think its time to giveup on it
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

  7. #7

    Video generator

    Have you looked here - http://www.efg2.com/Lab/Library/Delp...Conversion.htm
    under AVI?
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  8. #8

    Video generator

    Quote Originally Posted by savage
    Also worth looking at is this -
    http://www.koders.com/delphi/fid4B15...px?s=aviwriter
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

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
  •