How do you play videos in Turing?
Author |
Message |
Zeppelin
![](http://compsci.ca/v3/uploads/user_avatars/9053317224742204e85b5a.gif)
|
Posted: Sat Jan 05, 2008 10:34 pm Post subject: How do you play videos in Turing? |
|
|
I need to know what command to use to play an avi file but I couldn't find it in the help section of Turing's help file. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Ultrahex
|
Posted: Sat Jan 05, 2008 11:08 pm Post subject: Re: How do you play videos in Turing? |
|
|
Because there is no such command created yet so far ![Smile Smile](http://compsci.ca/v3/images/smiles/icon_smile.gif) |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Sat Jan 05, 2008 11:56 pm Post subject: RE:How do you play videos in Turing? |
|
|
Indeed, it is not yet trivial to just play a movie file. There's loading, decoding, sync'ing video with audio, etc, etc... I don't know of a Turing library to do that, it would have to be massive. Besides, Turing's performance issues will likely make it unusable anyway.
Best I've seen so far is loading an array of image frames and playing that. Which is what movie files are anyway -- a series of image frames + compression. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
Zeppelin
![](http://compsci.ca/v3/uploads/user_avatars/9053317224742204e85b5a.gif)
|
Posted: Sun Jan 06, 2008 12:10 am Post subject: Re: How do you play videos in Turing? |
|
|
Shoot. I could have swarn I saw a command to do this on my scholls version of turing. |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
|
|
|
![](images/spacer.gif) |
DIIST
![](http://compsci.ca/v3/uploads/user_avatars/248212014b7d9f60741cd.jpg)
|
Posted: Sun Jan 06, 2008 10:50 am Post subject: Re: How do you play videos in Turing? |
|
|
you probbly thinking of Sys.Exec() command example. The opend an avi file using your default movie player. ![Laughing Laughing](http://compsci.ca/v3/images/smiles/icon_lol.gif) |
|
|
|
|
![](images/spacer.gif) |
|
|