All Projects → keijiro → Ffmpegrecorder

keijiro / Ffmpegrecorder

FFmpeg extension for Unity Recorder

Projects that are alternatives of or similar to Ffmpegrecorder

Unity Texture Curve
✏️ Example showing how to bake an AnimatedCurve into a Texture and use it in a shader.
Stars: ✭ 149 (-2.61%)
Mutual labels:  unity, unity3d
Core
CatLib lightweight dependency injection container
Stars: ✭ 148 (-3.27%)
Mutual labels:  unity, unity3d
Texturegenerator
3D and 2D Texture generation using the compute shaders within the Unity engine.
Stars: ✭ 142 (-7.19%)
Mutual labels:  unity, unity3d
Klaklasp
An extension for the Klak Wiring system to create audio reactive behaviors.
Stars: ✭ 150 (-1.96%)
Mutual labels:  unity, unity3d
Core
React renderer for building user interfaces in Unity UI
Stars: ✭ 133 (-13.07%)
Mutual labels:  unity, unity3d
Tfclassify Unity
An example of using Tensorflow with Unity for image classification and object detection.
Stars: ✭ 140 (-8.5%)
Mutual labels:  unity, unity3d
Uicard
Generic UI for card games like Hearthstone, Magic Arena and Slay the Spire...
Stars: ✭ 142 (-7.19%)
Mutual labels:  unity, unity3d
Ml Agents
Unity Machine Learning Agents Toolkit
Stars: ✭ 12,134 (+7830.72%)
Mutual labels:  unity, unity3d
Klaksyphon
Syphon plugin for Unity
Stars: ✭ 149 (-2.61%)
Mutual labels:  unity, unity3d
Ecs
ECS for Unity with full game state automatic rollbacks
Stars: ✭ 151 (-1.31%)
Mutual labels:  unity, unity3d
Kinostreak
Anamorphic lens flare effect for Unity
Stars: ✭ 139 (-9.15%)
Mutual labels:  unity, unity3d
Ugui Super Scrollview Example
Sample project that summarizes usage examples of "UGUI Super ScrollView".
Stars: ✭ 146 (-4.58%)
Mutual labels:  unity, unity3d
Unitylauncher
Unity Version Launcher
Stars: ✭ 137 (-10.46%)
Mutual labels:  unity, unity3d
Unity Curve Utils
A utility that can use 18 kinds of curve algorithm.
Stars: ✭ 151 (-1.31%)
Mutual labels:  unity, unity3d
Eazy Sound Manager
Eazy Sound Manager is a simple Unity3D tool which aims to make sound and music management in games easier
Stars: ✭ 135 (-11.76%)
Mutual labels:  unity, unity3d
Kinotube
An image effect simulating analog video artifacts in Unity.
Stars: ✭ 142 (-7.19%)
Mutual labels:  unity, unity3d
Textureupdateexample
An example showing how to update textures from a native plugin in Unity.
Stars: ✭ 133 (-13.07%)
Mutual labels:  unity, unity3d
Unity Webxr Export
Develop and export WebXR experiences using Unity WebGL
Stars: ✭ 130 (-15.03%)
Mutual labels:  unity, unity3d
Unityfx.async
Asynchronous operations (promises) for Unity3d.
Stars: ✭ 143 (-6.54%)
Mutual labels:  unity, unity3d
Rapidgui
Unity OnGUI(IMGUI) extensions for Rapid prototyping/development
Stars: ✭ 144 (-5.88%)
Mutual labels:  unity, unity3d

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].