@junwan666/remotion-compositor-darwin-x64 4.0.448-zh.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/ffmpeg +0 -0
- package/ffprobe +0 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/index.mjs +4 -0
- package/libavcodec.dylib +0 -0
- package/libavdevice.dylib +0 -0
- package/libavfilter.dylib +0 -0
- package/libavformat.dylib +0 -0
- package/libavutil.dylib +0 -0
- package/libswresample.dylib +0 -0
- package/libswscale.dylib +0 -0
- package/package.json +25 -0
- package/remotion +0 -0
package/README.md
ADDED
package/ffmpeg
ADDED
|
Binary file
|
package/ffprobe
ADDED
|
Binary file
|
package/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const dir: string;
|
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
exports.dir = __dirname;
|
package/index.mjs
ADDED
package/libavcodec.dylib
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/libavutil.dylib
ADDED
|
Binary file
|
|
Binary file
|
package/libswscale.dylib
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"repository": {
|
|
3
|
+
"url": "https://github.com/JunWan666/remotion-zh/tree/main/packages/compositor-darwin-x64"
|
|
4
|
+
},
|
|
5
|
+
"version": "4.0.448-zh.0",
|
|
6
|
+
"name": "@junwan666/remotion-compositor-darwin-x64",
|
|
7
|
+
"os": [
|
|
8
|
+
"darwin"
|
|
9
|
+
],
|
|
10
|
+
"cpu": [
|
|
11
|
+
"x64"
|
|
12
|
+
],
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./index.d.ts",
|
|
16
|
+
"require": "./index.js",
|
|
17
|
+
"import": "./index.mjs"
|
|
18
|
+
},
|
|
19
|
+
"./package.json": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
"publishConfig": {
|
|
22
|
+
"access": "public"
|
|
23
|
+
},
|
|
24
|
+
"description": "MacOS x64 binary for the Remotion Rust code"
|
|
25
|
+
}
|
package/remotion
ADDED
|
Binary file
|