jp.keijiro.avfi

1.0.3 • Public • Published

Avfi

gif gif

Avfi is a Unity plugin allowing an application to record video clips with a simple operation.

Avfi uses AVFoundation as a video encoding backend, so it only runs on the Apple platforms (macOS/iOS).

How To Install

This package uses the scoped registry feature to resolve package dependencies. Add the following lines to the 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.avfi": "1.0.3"

After the changes, the manifest file should look like:

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

Readme

Keywords

Package Sidebar

Install

npm i jp.keijiro.avfi

Weekly Downloads

3,288

Version

1.0.3

License

Unlicense

Unpacked Size

165 kB

Total Files

26

Last publish

Collaborators

  • keijiro