1. Video Playback
- Posted by Andy Jun 09, 2009
- 968 views
Hey Guys,
Does the win32lib have support for video playback, like .avi or .wmv? Also, is there a library for video playback in Euphoria?
2. Re: Video Playback
- Posted by euphoric (admin) Jun 09, 2009
- 994 views
Hey Guys,
Does the win32lib have support for video playback, like .avi or .wmv? Also, is there a library for video playback in Euphoria?
Check this.
3. Re: Video Playback
- Posted by bernie Jun 09, 2009
- 1009 views
Hey Guys,
Does the win32lib have support for video playback, like .avi or .wmv? Also, is there a library for video playback in Euphoria?
Check this.
Andy: You can do it with Windows MCI Commands if you just want some simple.
4. Re: Video Playback
- Posted by Andy Jun 09, 2009
- 980 views
Thanks, I'll look into
I was wondering about video playback, as I was planning on adding it into Frost, when I rewrite it
5. Re: Video Playback
- Posted by ghaberek (admin) Jun 09, 2009
- 979 views
I was wondering about video playback, as I was planning on adding it into Frost, when I rewrite it
I don't know what "Frost" is, but wxEuphoria includes a wxMediaCtrl which handles video playback a la Windows Media Player.
-Greg
6. Re: Video Playback
- Posted by Andy Jun 09, 2009
- 976 views
I was wondering about video playback, as I was planning on adding it into Frost, when I rewrite it
I don't know what "Frost" is, but wxEuphoria includes a wxMediaCtrl which handles video playback a la Windows Media Player.
-Greg
OK, thanks, I was thinking of using wxEuphoria when I go to rewrite Frost. If you don't know what Frost is, check out the homepage and DL it. Its incomplete, but you may find it useful or the source code useful to learn from. I may have to write some new libraries, as I plan on adding some more file types to the sound and graphics ablities of Frost. Any help is welcome
7. Re: Video Playback
- Posted by doncole2009 Jun 09, 2009
- 1035 views
- Last edited Jun 10, 2009
Hey Guys,
Does the win32lib have support for video playback, like .avi or .wmv? Also, is there a library for video playback in Euphoria?
Hello Andy,
http://wiki.videolan.org/Main_Page
VideoLAN is an Open Source team and a community that develop and support video projects.
VLC is open sourse and free. I've often thought of running it with Euphoria but haven't got around to that yet. You could do it by sending it keystrokes written in Euphoria.
Don Cole