Skip to content

Commit

Permalink
Add ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Oct 2, 2020
1 parent 754c395 commit 693460f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
1 change: 1 addition & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"com.unity.modules.uielements": "1.0.0",
"jp.keijiro.kino.post-processing": "2.1.15",
"jp.keijiro.klak.timeline.procedural-motion": "1.0.0",
"jp.keijiro.recorder.ffmpeg": "1.0.2",
"jp.keijiro.test-assets": "1.0.1"
}
}
26 changes: 26 additions & 0 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.recorder": {
"version": "2.2.0-preview.4",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.timeline": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "8.2.0",
"depth": 2,
Expand Down Expand Up @@ -84,6 +93,13 @@
},
"url": "https://packages.unity.com"
},
"jp.keijiro.ffmpeg-out": {
"version": "1.0.5",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://registry.npmjs.com"
},
"jp.keijiro.kino.post-processing": {
"version": "2.1.15",
"depth": 0,
Expand All @@ -104,6 +120,16 @@
},
"url": "https://registry.npmjs.com"
},
"jp.keijiro.recorder.ffmpeg": {
"version": "1.0.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.recorder": "2.2.0-preview.4",
"jp.keijiro.ffmpeg-out": "1.0.5"
},
"url": "https://registry.npmjs.com"
},
"jp.keijiro.test-assets": {
"version": "1.0.1",
"depth": 0,
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.1.6f1
m_EditorVersionWithRevision: 2020.1.6f1 (fc477ca6df10)
m_EditorVersion: 2020.1.7f1
m_EditorVersionWithRevision: 2020.1.7f1 (064ffcdb64ad)

0 comments on commit 693460f

Please sign in to comment.