The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Play video files in SDL program
Altair Linux
Guest

Hello,

I am in Debian Wheezy and I am searching play video files in a SDL program.

I see SDL_ffmeg but I think is not active, the last version have some years.

I see MPEG player, but not have stable versions, only snapshots versions.

Any active proyect?.

Thanks
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Play video files in SDL program
Dimitris Zenios
Guest

Check out this one http://waave.sourceforge.net/


On Sun, May 19, 2013 at 8:15 PM, Altair Linux wrote:
Quote:
Hello,

I am in Debian Wheezy and I am searching play video files in a SDL program.

I see SDL_ffmeg but I think is not active, the last version have some years.

I see MPEG player, but not have stable versions, only snapshots versions.

Any active proyect?.

Thanks
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Play video files in SDL program
juanmabc
Guest

On dom, 2013-05-19 at 19:15 +0200, Altair Linux wrote:
ffplay.c itself, the main builtin ffmpeg player, is implemented in SDL.

_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Play video files in SDL program
juanmabc
Guest

By the way, if you are bridging to OpenGL/OpenAL(?):
http://code.google.com/p/juanmabcprj/wiki/OpenMediaLibrary
if not, it could even be at least an interesting tutorial in the
subject, the code involved is pretty small.

Also, on another front, consider a gstreamer pipeline to a
sdl{audio/video}sinks.

_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Re: Play video files in SDL program
Fuentes


Joined: 19 May 2013
Posts: 2
Altair Linux wrote:
Hello,

I am in Debian Wheezy and I am searching play video files in a SDL program.

I see SDL_ffmeg but I think is not active, the last version have some years.

I see MPEG player, but not have stable versions, only snapshots versions.

Any active proyect?.

Thanks
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


There is a tutorial that introduce the use of FFMPEG and SDL together. The tutorial is very outdated, but de source files that uses are updated to the latest FFMPEG API, so, you can read the tutorial and read the source files to get build the examples without mayor problems.

I'm pretty sure of this, because i'm following this tutorial right now!!

Here the tutorial link: http://dranger.com/ffmpeg/ffmpeg.html
and here the updated sources: https://github.com/chelyaev/ffmpeg-tutorial

You'll need to download the ffmpeg and SDL devel packs and there you go.

Good luck!!
Play video files in SDL program
Joseba García Etxebarria
Guest

Hi,

TheoraPlay works pretty well, too:
https://icculus.org/theoraplay/



Regards,
joseba



On Mon, May 20, 2013 at 1:52 AM, juanmabc wrote:
Quote:
By the way, if you are bridging to OpenGL/OpenAL(?):
http://code.google.com/p/juanmabcprj/wiki/OpenMediaLibrary
if not, it could even be at least an interesting tutorial in the
subject, the code involved is pretty small.

Also, on another front, consider a gstreamer pipeline to a
sdl{audio/video}sinks.

_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org