Giter VIP home page Giter VIP logo

avfi's Introduction

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

avfi's People

Contributors

keijiro avatar

Stargazers

JT5D avatar ok avatar dc g avatar  avatar Akhil Raja Pappu avatar  avatar Park Junseok avatar Koki Ibukuro avatar STak avatar Kyle 'Essobi' Stone avatar NIEDASEN avatar  avatar yumat avatar Koyo Arai avatar Alexey Kozorezov avatar Andrew R McHugh avatar Nikolai Reinke avatar Takahiro "Poly" Horikawa avatar Hoang Phan avatar Osman Zeki avatar Andres Garcia avatar Stelios Petrakis avatar Pavel Dobryakov avatar Kazuki Tanaka avatar winddyhe avatar Philipp Rockel avatar Mel Massadian avatar Troy Ni avatar  avatar stnaw avatar  avatar kirill avatar  avatar Masanori Ogino avatar Youngkyoung Lee avatar Manjit Bedi avatar magadan avatar Dawid Górny avatar Sala28 / 28.room avatar Sean Stevens avatar Tatsuya Shiozawa avatar

Watchers

 avatar Koki Ibukuro avatar James Cloos avatar magadan avatar kirill avatar  avatar  avatar

avfi's Issues

Recording Video when Height is Greater than Width.

If you change the height of the input Source Render Texture to be any number of pixels greater than the width, then the resulting video will look something like below. All I did in the example was swap the height and with of the Buffer Render Texture, but I have tested this in quite a few ways, and concluded that there must be an error in the compiled Avfi code.

IMG_0059.mp4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.