[Deprecated] Embedded Video Player
Deprecated in release v39. Please speak to support for further info.
07/07/2025: The BPM_VideoPlayer has been deprecated, in favour of the new BPM_M2Example_SyncedVideoPlayer. Please refer to the new docs: Example Synced Video Player
Add relevant Actors to your level
BPM_VideoPlayerBPM_VideoPlayerControl
Ensure your video is the correct format (as required by Unreal's Electra media player) We test video assets encoded with ffmpeg. To install ffmpeg, you can run a powershell terminal (as Administrator) as run
choco install ffmpeg(or download from their website).\Then, for a given video called
in.mp4you can run:ffmpeg.exe -i in.mp4 -crf 28 -preset slow out.mp4Place the encoded
out.mp4video into yourContent/Moviesfolder in your project (create theMoviesfolder yourself if you need to)\Create an
M2 File Media Sourceby right-clicking in your Content Browser and selecting:\
Name your asset whatever you like, e.g.
TestVideo, then double-click to open it\In the right-hand panel, select your video asset from the
Content/Moviesfolder you put it in:\
This should result in:\

Lastly, either in PiE or after uploading your content, launching a world, and connecting in:\
Ensure you are
Directormode in order to be able to manage the video player control\Right-click to display your cursor and click video player control \
Select your video asset from the
Embedded Videodrop-down list\
Last updated
Was this helpful?

