|
|
|
 |
Lavizh  |
Media Support | Member since: 04.12.2007, 03:23 | Posts: 6859 | Location: Norway |
Likes: 29 |
| |
|
Post Topic: Re: How to info video add ? Posted 05.03.2012, 16:58 |
I am talking about the FreeSDK ofcourse. And no there is no movie / video support with Scaleform Video. Using FLV / AVI video files and converting to Swift / GFX files does not work in the engine.
|
|
|
|
|
|
|
|
 |
princeteam  |
Beginner | Member since: 22.10.2011, 20:04 | Posts: 40 | Location: Behind you! |
Likes: 0 |
| |
|
Post Topic: Re: How to info video add ? Posted 05.03.2012, 20:26 |
But i think FreeSDK supports .USM i am tring it
PrinceTeam
|
|
|
|
|
|
|
 |
Lavizh  |
Media Support | Member since: 04.12.2007, 03:23 | Posts: 6859 | Location: Norway |
Likes: 29 |
| |
|
Post Topic: Re: How to info video add ? Posted 05.03.2012, 20:51 |
USM is a 3rd party license codec. It's extremely expensive for licensing. The FreeSDK does not support this. There is no supplied AVI/MP4 -> USM converter available anyways. More info here : http://gameware.autodesk.com/scaleform/ ... s/videoimeAfter requiring the codec (on a license from Autodesk), you need this :
|
|
|
|
|
|
|
 |
hendrikp  |
Skilled Modder | Member since: 29.05.2010, 11:46 | Posts: 713 | Location: Germany |
Likes: 6 |
| |
|
Post Topic: Re: How to info video add ? Posted 05.03.2012, 23:38 |
I'm working on adding WebM video codec support to CryEngine3 FreeSDK. There are converts avi/mp4 -> webm available, but it will still take me about 2-3 weeks.
|
|
|
|
|
|
|
Taxel  |
Beginner | Member since: 24.08.2011, 13:29 | Posts: 91 | Location: Germany |
Likes: 0 |
| |
|
|
|
|
|
|
|
 |
Lavizh  |
Media Support | Member since: 04.12.2007, 03:23 | Posts: 6859 | Location: Norway |
Likes: 29 |
| |
|
Post Topic: Re: How to info video add ? Posted 06.03.2012, 00:37 |
Well how is he supposed to make an USM file when the converter and codec is not included ? Also trying to playback FLV files embedded in a SWF/GFX does not work either. Screen goes blank. This is becouse Scaleform Video is not included. But i have yet to try embedding JPG files (still images from a sequence) into a SWF/GFX file. And set up the timelines with images from 0-100 for example.
|
|
|
|
|
|
|
hd131  |
Beginner | Member since: 24.06.2011, 16:07 | Posts: 6 |
Likes: 0 |
| |
|
Post Topic: Re: How to info video add ? Posted 29.03.2012, 18:32 |
Hello! please tell me exactly where and in what file to register it here IFlashPlayer * pFlashPlayer = gEnv-> pSystem-> CreateFlashPlayerInstance (); bool bRes = pFlashPlayer-> Load ("myvideo.usm"); and then it pFlashPlayer-> Advance (fDeltaTime); pFlashPlayer-> Render (); This is the documentation http://freesdk.crydev.net/display/SDKDO ... Scaleform+гфх thank !!!
|
|
|
|
|
|
|
 |
Lavizh  |
Media Support | Member since: 04.12.2007, 03:23 | Posts: 6859 | Location: Norway |
Likes: 29 |
| |
|
Post Topic: Re: How to info video add ? Posted 29.03.2012, 19:20 |
Scaleform Video is not supported on the FreeSDK (nor UDK). It's extremely expensive. You cannot play USM files unless you have a special license from Autodesk. This is also explained in post above you.
|
|
|
|
|
|
|
hd131  |
Beginner | Member since: 24.06.2011, 16:07 | Posts: 6 |
Likes: 0 |
| |
|
Post Topic: Re: How to info video add ? Posted 29.03.2012, 20:13 |
but perhaps the latest version FREE SDK does not support skaleform?
|
|
|
|
|
|
|
 |
Lavizh  |
Media Support | Member since: 04.12.2007, 03:23 | Posts: 6859 | Location: Norway |
Likes: 29 |
| |
|
Post Topic: Re: How to info video add ? Posted 29.03.2012, 20:21 |
Why would they cut out Scaleform GFX support if they just included it ? Or do you mean if the next version will support Scaleform Video? If the latter, i doubt it since the expenses is way too high. Not even UDK includes Scaleform Video.
|
|
|
|
|
|
|
hd131  |
Beginner | Member since: 24.06.2011, 16:07 | Posts: 6 |
Likes: 0 |
| |
|
Post Topic: Re: How to info video add ? Posted 29.03.2012, 20:43 |
how to play the video and in what format?
|
|
|
|
|
|
|
 |
hendrikp  |
Skilled Modder | Member since: 29.05.2010, 11:46 | Posts: 713 | Location: Germany |
Likes: 6 |
| |
|
Post Topic: Re: How to info video add ? Posted 29.03.2012, 20:50 |
no way to play video atm. Wait about a week I'll release a Videoplayer Plugin soon for webm format.
|
|
|
|
|