AVI file playback

sdl-request at lists.libsdl.org wrote:> Send SDL mailing list submissions to

sdl at lists.libsdl.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
or, via email, send a message with subject or body ‘help’ to
sdl-request at lists.libsdl.org

You can reach the person managing the list at
sdl-owner at lists.libsdl.org

When replying, please edit your Subject line so it is more specific
than “Re: Contents of SDL digest…”

Today’s Topics:

  1. Re: *.AVI FILES PLAYBACK (Prithwee Narayan N S)
  2. Re : Layered Display (julien CLEMENT)

Message: 1
Date: Tue, 17 Jun 2008 08:10:12 +0530
From: “Prithwee Narayan N S”
Subject: Re: [SDL] *.AVI FILES PLAYBACK
To:
Message-ID:
<5BF78BCE8D9BF14A83F836BD9E3916BA0DE048 at blrms.slti.sanyo.co.in>
Content-Type: text/plain; charset=“us-ascii”

“ffplay” will do it.

First Build the SDL library and FAAD (AAC decoder).

Then build FFMPEG by linking the libraries of SDL and FAAD.

Regards,

Prithwee Narayan.

I wrote SDL_ffmpeg which will play avi… The latest binary build for
windows is 0.7.0, but if you check out SVN there is a much more stable
release which should build nicely on win32.

the address is http://www.arjanhouben.nl/SDL_ffmpeg
and svn: http://houben.arjanhouben.nl/svn/SDL_ffmpeg

regards,

  • arjan