Skip to content

This GitHub package is DEPRECATED. Please get the new Unity Recorder from the Asset Store (https://assetstore.unity.com/packages/essentials/unity-recorder-94079) Use the editor builtin Bug Reporter to report issues. You can track and vote for issues on the Issue Tracker (https://issuetracker.unity3d.com)

License

MIT, Unknown licenses found

Licenses found

MIT
license
Unknown
license.meta
Notifications You must be signed in to change notification settings

Unity-Technologies/GenericFrameRecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

GenericRecorder-MovieRecorderPlugin

Brief

FrameRecorder recorder plugin to record mp4 and webm movies with audio using Unity APIs only.

It uses the same native APIs as Unity's video transcoding implementation, made available through the UnityEditor.MediaEncoder C# class.

Features

  • webm container using the VP8 video codec and Vorbis audio codec.
  • mp4 container using the H.264 video codec and AAC audio codec.
  • Embedded alpha in webm container using Google's specification
  • Seamless non-realtime audio capture from Unity, allowing perfect capture even when frames cannot render in real time.

See the GenericFrameRecorder project for the framework doc and source.

Current limitations

  • Only available in editor.
  • Only supports constant frame rate.
  • Bitrate is fixed.

About

This GitHub package is DEPRECATED. Please get the new Unity Recorder from the Asset Store (https://assetstore.unity.com/packages/essentials/unity-recorder-94079) Use the editor builtin Bug Reporter to report issues. You can track and vote for issues on the Issue Tracker (https://issuetracker.unity3d.com)

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
license
Unknown
license.meta

Stars

Watchers

Forks

Packages

No packages published