Video playback

alexhairyman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon May 19 14:31:49 PDT 2014


On Sunday, 18 May 2014 at 07:10:29 UTC, Dmitry wrote:
> Hi everyone!
> I want to play video in my D-application (maybe WebM or 
> Theora). However didn't find any library for operation with 
> video in D. I am a beginner in D, experience of transfer of 
> libraries with C/C++, certainly isn't present.
> Maybe somebody will prompt something?
>
> P.S. My application uses SFML (DSFML).

the gtkd project also has gstreamer ported and have an example 
where a video is played back in the examples directory. I haven't 
tried it myself but it's worth checking out.


More information about the Digitalmars-d-learn mailing list