Skip to content

jk6699/kk

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages