1.0.2 • Published 4 years ago

jp.keijiro.recorder.ffmpeg v1.0.2

Weekly downloads
4,601
License
Unlicense
Repository
github
Last release
4 years ago

FFmpegRecorder

FFmpegRecorder is an extension for Unity Recorder that allows recording videos in Unity Editor via FFmpeg.

System Requirements

  • Unity 2019.3 or later

How To Install

The FFmpegRecorder package uses the scoped registry feature to import dependent packages. Please add the following sections to the package manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "Keijiro",
  "url": "https://registry.npmjs.com",
  "scopes": [ "jp.keijiro" ]
}

To the dependencies section:

"jp.keijiro.recorder.ffmpeg": "1.0.2"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.recorder.ffmpeg": "1.0.2",
    ...

Frequently Asked Questions

Output video is vertically flipped

This issue will be fixed in a future version. At the moment, please manually turn on the "Flip Vertical" option in the recorder settings when you find the output is flipped.

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago