All Projects → bakjos → FFMPEGMedia

bakjos / FFMPEGMedia

Licence: other
Unreal FFMPEG Plugin to support more video formats and alpha videos

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to FFMPEGMedia

Unreal Polygonal Map Gen
An Unreal Engine 4 implementation of the Polygonal Map Generator for generating islands found at http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
Stars: ✭ 229 (+41.36%)
Mutual labels:  unreal-engine, unreal-engine-4
UnrealAssets
Free Assets for Unreal Engine
Stars: ✭ 116 (-28.4%)
Mutual labels:  unreal-engine, unreal-engine-4
Flopnite Ue4
A remake of the popular battle royale game, Fortnite, made in Unreal Engine 4 and integrated with Amazon GameLift
Stars: ✭ 250 (+54.32%)
Mutual labels:  unreal-engine, unreal-engine-4
Ue4 Style Guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,656 (+1539.51%)
Mutual labels:  unreal-engine, unreal-engine-4
Unreal-Binary-Builder
An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
Stars: ✭ 554 (+241.98%)
Mutual labels:  unreal-engine, unreal-engine-4
Rts Community Project
Lets build an RTS Game with Unreal Engine 4!
Stars: ✭ 183 (+12.96%)
Mutual labels:  unreal-engine, unreal-engine-4
RuntimeBPs
This project allows for visual scripting in UE4 similar to Blueprints, but at runtime. The way this is set up does not make use of any UE4 boilerplate and could with a few adjustments be used in another engine.
Stars: ✭ 77 (-52.47%)
Mutual labels:  unreal-engine, unreal-engine-4
Buoyancysystem
A system for buoyancy and boat physics in Unreal Engine 4.
Stars: ✭ 87 (-46.3%)
Mutual labels:  unreal-engine, unreal-engine-4
DataConfig
Unreal Engine JSON/MsgPack serialization framework
Stars: ✭ 81 (-50%)
Mutual labels:  unreal-engine, unreal-engine-4
DiscordGameSDK
Unofficial Unreal Engine 4 plugin for the Discord Game SDK
Stars: ✭ 20 (-87.65%)
Mutual labels:  unreal-engine, unreal-engine-4
Ue4 Gitignore
A git setup example with git-lfs for Unreal Engine 4 projects.
Stars: ✭ 150 (-7.41%)
Mutual labels:  unreal-engine, unreal-engine-4
tsu
TypeScript plugin for Unreal Engine 4
Stars: ✭ 62 (-61.73%)
Mutual labels:  unreal-engine, unreal-engine-4
Grid
An UE4 plugin for grid-based game
Stars: ✭ 122 (-24.69%)
Mutual labels:  unreal-engine, unreal-engine-4
PsData
Flexible data model plugin for Unreal Engine 4
Stars: ✭ 34 (-79.01%)
Mutual labels:  unreal-engine, unreal-engine-4
Psrealvehicle
Plugin for Unreal Engine 4 with simple force-driven vehicle simulation
Stars: ✭ 92 (-43.21%)
Mutual labels:  unreal-engine, unreal-engine-4
ue4-uitween
Unreal 4 UMG UI tweening plugin in C++
Stars: ✭ 178 (+9.88%)
Mutual labels:  unreal-engine, unreal-engine-4
Fworldgenerator
Procedural world generator (plugin) for Unreal Engine 4
Stars: ✭ 45 (-72.22%)
Mutual labels:  unreal-engine, unreal-engine-4
Ueviewer
Viewer and exporter for Unreal Engine 1-4 assets (UE Viewer).
Stars: ✭ 1,083 (+568.52%)
Mutual labels:  unreal-engine, unreal-engine-4
BMeshUnreal
Based on BMesh for Unity (https://github.com/eliemichel/BMeshUnity). It provides a half-edge data structure inspired by Blender's BMesh, which makes many mesh manipulation operations simpler. Especially useful when using mesh data for logical instead of visual purposes (e.g. irregular grids)
Stars: ✭ 45 (-72.22%)
Mutual labels:  unreal-engine, unreal-engine-4
FairyGUI-unreal
A flexible UI framework for Unreal Engine
Stars: ✭ 180 (+11.11%)
Mutual labels:  unreal-engine, unreal-engine-4

FFMPEG Media Plugin for unreal engine

A plugin that let's you use the FFMPEG library as media player

Features:

  • Works on Windows and Mac
  • Support for hardware accelerated codecs
  • Support for videos with alpha

How to use

  1. The plugin works with Unreal 4.26
  2. You can clone the repository to <Game>/Plugins/ or if you want you can use git submodules to your own git repository. Alternatively, you can copy to the Engine/Plugins/ if you wish to make the plugin available to all of your projects.

    Do not forget to run UE4's Generate Project Files to account for these changes!

  3. Follow the steps to play a video tutorial but insead of using the automatic player, choose the FFMPEGPlayer inside the players overrides for the step 5.

Player Overrrides

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].