@junwan666/remotion-compositor-win32-x64-msvc 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 ADDED
@@ -0,0 +1,5 @@
1
+ # @remotion/compositor-win32-x64-msvc
2
+
3
+ ## Usage
4
+
5
+ This is an internal package and has no documentation.
package/avcodec-60.dll ADDED
Binary file
package/avcodec-61.dll ADDED
Binary file
Binary file
Binary file
Binary file
package/avfilter-9.dll ADDED
Binary file
Binary file
Binary file
package/avutil-58.dll ADDED
Binary file
package/avutil-59.dll ADDED
Binary file
package/ffmpeg.exe ADDED
Binary file
package/ffprobe.exe 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
@@ -0,0 +1,4 @@
1
+ import * as url from 'node:url';
2
+ const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
3
+
4
+ export const dir = __dirname;
Binary file
package/libssp-0.dll ADDED
Binary file
Binary file
package/libvpx-1.dll ADDED
Binary file
Binary file
package/msvcr100.dll ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "repository": {
3
+ "url": "https://github.com/JunWan666/remotion-zh/tree/main/packages/compositor-win32-x64-msvc"
4
+ },
5
+ "version": "4.0.448-zh.0",
6
+ "name": "@junwan666/remotion-compositor-win32-x64-msvc",
7
+ "os": [
8
+ "win32"
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
+ }
package/remotion.exe ADDED
Binary file
Binary file
Binary file
package/swscale-7.dll ADDED
Binary file
package/swscale-8.dll ADDED
Binary file
package/zlib1.dll ADDED
Binary file