Skip to content

Releases: RenderHeads/UnityPlugin-AVProMovieCapture

AVPro Movie Capture v4.4.1 - 21 August 2020

21 Aug 18:29
547b566

Choose a tag to compare

Changelog

Improvements

  • Offline renders can now capture audio directly from Unity. This requires Unity 2017.3 or newer. It uses a new component called CaptureAudioFromAudioRenderer
  • Added new CaptureFromWebCamTexture component and updated the Webcam capture demo
  • Removed old #define code related to Unity versions pre-5.6

Bug fixes

  • Added a clamp and warning if the selected cube map size is not supported by the system

AVPro Movie Capture v4.4.0 - 30 July 2020

30 Jul 16:00
547b566

Choose a tag to compare

Changelog

Improvements

  • Windows

    • Added support for native D3D12 capture. This is an experimental new feature.
  • General

    • Added new Manual audio source mode which works in both realtime and offline captures modes allowing audio to be manually sent to the encoder via the API
    • Added new AudioFromAudioClip component which allows an AudioClip to be encoded into the video
    • CaptureFromCamera has better logic for selecting the appropriate texture format to use (HDR, transparent etc)
    • Fixed a bug where an exception would be thrown if none of the codecs listed in search list were available

Bug fixes

  • Windows
    • Fixed an issue where AVI uncompressed audio was never selectable