-
-
Notifications
You must be signed in to change notification settings - Fork 10
Installing (CRYENGINE 5.4 & 5.5)
Ilya edited this page Jun 20, 2018
·
1 revision
- Download latest CEVPlayer release version here or in marketplace
- Copy
CEVPlayer.dll
,avutil-54.dll
,swscale-3.dll
frombin/win_x64
folder to you project bin folder
- Also copy
avutil-54.dll
,swscale-3.dll
toCRYENGINE/bin/win_x64
folder
- Include CEVPlayer.dll in you .cryproject file
{
"type": "EPluginType::Native",
"path": "bin/win_x64/CEVPlayer.dll"
}
- Go to assets folder and create
Videos
folder - Copy any video file in WebM format to
Videos
folder (You can get examplecrylogo.webm
from archiveAssets/Videos/crylogo.webm
)
Home page
Tutorials
- Installing for CRYENGINE 5.4-5.5
- Installing for CRYENGINE 5.3
- Creating simple video logotype with ui actions
- Creating simple in-game TV with flowgraph logic
- Creating simple in-game TV with components system
- Play video file from c++
Flownodes and component overview
- 2DVideoPlayer flownode
- TextureVideoPlayer flownode
- FlashVideoPlayer flownode
- TextureVideoPlayer component
Other