Skip to content

Releases: RenderHeads/UnityPlugin-AVProMovieCapture

AVPro Movie Capture v4.7.8 - 26 February 2022

26 Feb 10:46
54afde1

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Fixes

  • iOS / macOS
    • #159 Fixed a crash caused by null pointer dereference when an audio capture device has no formats

AVPro Movie Capture v4.7.7 - 3 February 2022

03 Feb 13:56
54afde1

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Improvements

  • General
    • #145 Added new component for capturing audio from Wwise in offline rendering mode

Changes

  • General
    • Added new define symbol AVPRO_MOVIECAPTURE_WEBCAMTEXTURE_SUPPORT which must now be defined for apps that need to capture from WebCamTexture. This is because on some platforms (iOS, macOS, Android at least) Unity's build system automatically forces webcam permissions for apps with source code containing the string "WebCamTexture", which can cause build issues if this feature is not required.

Fixes

  • General
    • #151 Fixed compile issue with IL2CPP on non-Apple platforms
  • macOS
    • #153 Fixed crash caused by capturing audio from a device where the channel layout isn't recognised

AVPro Movie Capture v4.7.6 - 6 December 2021

06 Dec 12:41
54afde1

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Improvements

  • macOS / iOS
    • Improved image capture output when Stop Mode is set to Frames Encoded

Fixes

  • General
    • #137 Fixes issue where MP4 post-processing of files > 4GB would corrupt the file due to bug in co64 injector
  • macOS / iOS
    • #146 Fixed issue with the main and graphics threads becoming deadlocked when capturing on Apple Silicon macs
    • #147 Fixed issue with image sequence capture failing due to invalid file path
    • #148 Fixed issue with frames being dropped when capturing in offline mode

AVPro Movie Capture v4.7.5 - 25 November 2021

25 Nov 11:49
54afde1

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Improvements

  • macOS / iOS
    • #143 Added support for multi-channel audio capture from device
    • Added support for requesting user authorisation for audio capture via the plugin (see ScreenCaptureDemo.cs for example)

AVPro Movie Capture v4.7.4 - 2 November 2021

02 Nov 17:41
54afde1

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Improvements

  • macOS / iOS
    • Exposed support for fragmented writing of QuickTime (mov, mp4) files in the Unity Editor

Bug fixes

  • macOS / iOS
    • #138 Fixed crash when capturing audio from the microphone and the capture session has yet to be started
    • #139 Made the default movie fragment interval 2 minutes to avoid issue with captures failing due to I/O pressure

AVPro Movie Capture v4.7.3 - 27 October 2021

27 Oct 12:45
54afde1

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Improvements

  • General
    • Added unsafe path for audio capture from AudioRenderer that generates less garbage (Unity 2018.1 and above)
    • CaptureAudioFromAudioRenderer memory usage optimised (Unity 2019.3 and above)
  • macOS / iOS
    • Reduced memory consumption when capturing audio

Bug fixes

  • macOS / iOS
    • Fixed issue where Browse Last and View Last Capture would fail due to the paths being percent encoded incorrectly

AVPro Movie Capture v4.7.2 - 25 October 2021

25 Oct 10:09
54afde1

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Improvements

  • iOS
    • Enabled fragmented file writing with the fragment interval set to 30 seconds
    • Enabled background processing when stopping the capture so that file writing should complete if the application is moved to the background
    • Now automatically stop captures when an application is paused
    • Audio session will no longer automatically be adjusted when capturing from the microphone if it has already been configured for recording

Bug fixes

  • General
    • Fixed Camera Capture demo scene null exception
  • Windows
    • Fixed Ambisonic EntryPointNotFound exception
  • macOS
    • #134 Fixed issue with UnityEditor.StandaloneOSX.MacOSCodeSigning not being available in Unity 2020.1

AVPro Movie Capture v4.7.1 - 14 October 2021

14 Oct 09:59
54afde1

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Improvements

  • iOS
    • #116 Added some configuration options to SetMicrophoneRecordingHint()
  • Windows
    • Upgraded some D3D11/12 internal code to new AVProCore

Bug fixes

  • iOS
    • #132 Replaced libAVProMovieCapture.a with AVProMovieCapture.m to avoid bitcode compilation issues when archiving projects

AVPro Movie Capture v4.7.0 - 8 October 2021

08 Oct 20:31
54afde1

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Improvements

  • General
    • Added support for writing captures to user Pictures/Video folder
    • Added prefix to native functions to help prevent name collisions
  • macOS / iOS
    • Added support for writing captures to the Photo Library
  • Windows
    • Fixed Windows 7 support and support for older systems without D3D11.1

Bug fixes

  • macOS / iOS
    • #125 Fixed crash caused by stopping a capture when nothing had been captured
  • iOS
    • Fixed issue where video captures would fail on versions of iOS prior to 13.0 due to inability of mediaservd to use a provided folder for temporary files

AVPro Movie Capture v4.6.5 - 29 July 2021

29 Jul 15:29
b857772

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Improvements

  • General
    • Completely new and improved documentation PDF and website
  • macOS
    • When using the Relative To Project folder option, captures will now be saved outside of the application bundle
  • iOS
    • Added pre-process build script to check if an unsupported renderer has been selected
    • Improved log output for when the plugin cannot be initialised due to the renderer type being unsupported

Bug fixes

  • macOS / iOS
    • #111 Fixed crash when capturing to image sequence
    • #112 Fixed issue with high CPU usage when capture is paused