Skip to content

asus4/MetaAvfi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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",
    ...

About

Simple video recorder with AVFoundation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 48.1%
  • Objective-C 43.2%
  • ShaderLab 5.3%
  • Shell 3.4%