Results 1 to 5 of 5

Thread: Understanding capabilities of JEDI-SDL and other libraries..

  1. #1

    Understanding capabilities of JEDI-SDL and other libraries..

    I'm trying to look at what SDL does, because I'm looking for specific behavior. I want to play AVI, WMV, MPEG-1, MPEG-2, etc - video files - in a Delphi program.

    I've used DSPack before, and it has a certain set of limitations. I'd like to expand my possibilities, but any time I search on "video playback" and related terms, I keep running into "video" meaning "video screen" or "video subsystem", rather than "stream of images".

    So - is there a way of playing back video files (as in "stream of images") using SDL and Delphi? Easily? If so, can you point me to a tutorial or example or something that discusses how?

    Thanks.

  2. #2

    Understanding capabilities of JEDI-SDL and other libraries..

    You can play movies by using smpeg library included with the JEDI_SDL. It also comes with Delphi demos.

  3. #3

    Understanding capabilities of JEDI-SDL and other libraries..

    Quote Originally Posted by grudzio
    You can play movies by using smpeg library included with the JEDI_SDL. It also comes with Delphi demos.
    Is there a page on a tutorial for setting up and using JEDI-SDL with BDS 2006? I got some things working, sort of, by doing some extra downloads of DLLs from www.libsdl.org (for smpeg.dll and sdl_mixer.dll, in particular). I tried adding all the ..\pas directories to the Search Path, and tried compiling and playing a file with the SMpegPlayer demo.

    It sort of worked, for a couple of mpeg files, but eventually locked my computer up. I'm guessing it's my setup, but I couldn't find something that said "here's how". Is there such an explanation available?

    Thanks.

  4. #4

    Understanding capabilities of JEDI-SDL and other libraries..

    Quote Originally Posted by GuyWithDogs
    It sort of worked, for a couple of mpeg files, but eventually locked my computer up. I'm guessing it's my setup, but I couldn't find something that said "here's how". Is there such an explanation available?
    smpeg will not play Mpeg 4 movies. There is not much documentation available on smpeg unfortunately.
    <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 =-

  5. #5

    Understanding capabilities of JEDI-SDL and other libraries..

    Quote Originally Posted by savage
    smpeg will not play Mpeg 4 movies. There is not much documentation available on smpeg unfortunately.
    I tried playing an AVI, an MPEG-1, an MPEG-2, and a WMV. Didn't try MPEG-4.

    SMpegPlayer played the MPEG-1, and then trying some of the others gave my dev machine the heebie-jeebies. Had to reboot. I tried creating some of the other files, but I was getting various errors about not finding some files related to SDL. So that's why I was asking about a tutorial.

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
  •