Skip to content

Releases: keijiro/FFmpegOut

Minor bug fixes

24 Oct 06:28
Compare
Choose a tag to compare
  • Fix: Exporting fails when file name contains white space.
  • Fixed a backward compatibility issue caused by the previous change.

Temporary fix for 2019.3

24 Sep 05:38
Compare
Choose a tag to compare

This is a workaround for a compilation error on 2019.3. It only suppresses the compilation error but doesn't actually fix the following known issue.

Known issue:

  • The CameraCapture component hides renders while recording.

New presets

31 Oct 15:15
Compare
Choose a tag to compare
  • Added HAP codec presets.

Note that FFmpeg binaries are not included in this package. Please download and install the FFmpegOutBinaries package to use the plugin.

Bug fix

31 Oct 09:51
Compare
Choose a tag to compare
  • Fixed: Temporary render texture doesn't have proper depth.
  • Improvement: Supports MSAA options.

Note that FFmpeg binaries are not included in this package. Please download and install the FFmpegOutBinaries package to use the plugin.

Total refurbishment

31 Oct 08:40
5dae267
Compare
Choose a tag to compare
  • Asynchronous processing: Now it uses AsyncGPUReadback to capture frames and separated threads to manage interoperation between FFmpeg. It significantly reduced CPU time in the main thread.
  • More encoding presets: HEVC, GPU accelerated codecs, etc.
  • Frame Rate Controller: A separated utility to control application frame rate.
  • Compliant with latest Unity: Supports the standard scriptable render pipelines (LWRP/HDRP), .NET 4.x, etc.
  • Latest FFmpeg binary.

Note that FFmpeg binaries are not included in this package. Please download and install the FFmpegOutBinaries package to use the plugin.

v0.1.4

23 Nov 11:33
Compare
Choose a tag to compare

Applied the bug fix to the depth test problem again.

v0.1.3

23 Nov 11:08
Compare
Choose a tag to compare
  • Bug fix: Set the correct color space (BT.709).
  • Improvement: Added ProRes 4444 with alpha channel support.
  • Improvement: Added lossless H.264 encoding settings.

v0.1.2

06 Oct 06:20
Compare
Choose a tag to compare
bugfix: depth test problem

v0.1.1

09 Apr 05:53
Compare
Choose a tag to compare
Updated README

v0.1.0

08 Apr 16:06
Compare
Choose a tag to compare
Added PackageTool.