Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 650 Bytes

File metadata and controls

13 lines (9 loc) · 650 Bytes

FFmpeg4Unity

Port of FFmpeg for unity based on FFmpeg.Autogen project

About this project

This project has the goal for getting FFmpeg embedded into unity for as many devices as possible. All FFmpeg features exposed by FFmpeg.Autogen will be available, with c# classes and components that provide easier use than directly using C functions.

State of the project

This is a brand new project, there's an example project where we can stream video from an rdp source into a texture.

License

This project is under GPLv3 (which means that if you use it you should provide the source of any changes on this library even if done commercially).