Video playback

ponce via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon May 19 15:04:57 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).

If you can ensure the host machine will have ffmpeg installed, 
you can do it like AE does: 
https://github.com/CyberShadow/ae/blob/master/utils/graphics/ffmpeg.d


More information about the Digitalmars-d-learn mailing list