UE_CaptureSubsystem
UE_CaptureSubsystem copied to clipboard
Runtime video and screenshot capture system for Unreal Engine
Video And Photo Capture For Unreal Engine
- Based on ffmpeg library
- Supports hardware encoding
- MultiThreaded
- Supports showing and hiding the UI
- Supports screenshots
- Supports horizontal cropping
Contributions are welcome.
How to use
First set Viewport client to CaptureGameViewportClient in project settings. then you can use these nodes:


TODO :
- Clean up video capture code and algorithm and use unreal coding standard.
- Remove deprecated libavutil functions.