@remotion/compositor-win32-x64-msvc 4.0.0-newpaths.40 → 4.1.0-alpha2

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.
Files changed (32) hide show
  1. package/compositor.exe +0 -0
  2. package/ffmpeg/remotion/bin/ffmpeg.exe +0 -0
  3. package/ffmpeg/remotion/bin/ffprobe.exe +0 -0
  4. package/ffmpeg/remotion/lib/avcodec-60.dll +0 -0
  5. package/ffmpeg/remotion/lib/avdevice-60.dll +0 -0
  6. package/ffmpeg/remotion/lib/avfilter-9.dll +0 -0
  7. package/ffmpeg/remotion/lib/avformat-60.dll +0 -0
  8. package/ffmpeg/remotion/lib/avutil-58.dll +0 -0
  9. package/ffmpeg/remotion/lib/libgcc_s_seh-1.dll +0 -0
  10. package/ffmpeg/remotion/lib/libssp-0.dll +0 -0
  11. package/ffmpeg/remotion/lib/libstdc++-6.dll +0 -0
  12. package/ffmpeg/remotion/lib/libvpx-1.dll +0 -0
  13. package/ffmpeg/remotion/lib/libwinpthread-1.dll +0 -0
  14. package/ffmpeg/remotion/lib/msvcr100.dll +0 -0
  15. package/ffmpeg/remotion/lib/pkgconfig/libavcodec.pc +14 -0
  16. package/ffmpeg/remotion/lib/pkgconfig/libavdevice.pc +14 -0
  17. package/ffmpeg/remotion/lib/pkgconfig/libavfilter.pc +14 -0
  18. package/ffmpeg/remotion/lib/pkgconfig/libavformat.pc +14 -0
  19. package/ffmpeg/remotion/lib/pkgconfig/libavutil.pc +14 -0
  20. package/ffmpeg/remotion/lib/pkgconfig/libswresample.pc +14 -0
  21. package/ffmpeg/remotion/lib/pkgconfig/libswscale.pc +14 -0
  22. package/ffmpeg/remotion/lib/pkgconfig/opus.pc +15 -0
  23. package/ffmpeg/remotion/lib/pkgconfig/vpx.pc +14 -0
  24. package/ffmpeg/remotion/lib/pkgconfig/x264.pc +11 -0
  25. package/ffmpeg/remotion/lib/pkgconfig/x265.pc +10 -0
  26. package/ffmpeg/remotion/lib/swresample-4.dll +0 -0
  27. package/ffmpeg/remotion/lib/swscale-7.dll +0 -0
  28. package/ffmpeg/remotion/lib/zlib1.dll +0 -0
  29. package/index.d.ts +3 -0
  30. package/index.js +17 -1
  31. package/index.mjs +19 -1
  32. package/package.json +11 -4
package/compositor.exe CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,14 @@
1
+ prefix=remotion
2
+ exec_prefix=${prefix}
3
+ libdir=remotion/lib
4
+ includedir=remotion/include
5
+
6
+ Name: libavcodec
7
+ Description: FFmpeg codec library
8
+ Version: 60.3.100
9
+ Requires:
10
+ Requires.private: libswresample >= 4.10.100, libavutil >= 58.2.100
11
+ Conflicts:
12
+ Libs: -L${libdir} -lavcodec
13
+ Libs.private: -L/mingw64/lib -lvpx -lm -L/mingw64/lib -lvpx -lm -L/mingw64/lib -lvpx -lm -L/mingw64/lib -lvpx -lm -pthread -lm -latomic -lmp3lame -lm -Lremotion/lib -lopus -lm -lssp -Lremotion/lib -lx264 -Lremotion/lib -lx265 -lstdc++ -lgcc_s -lgcc -lgcc_s -lgcc -lole32 -luser32 -L/usr/x86_64-w64-mingw32/lib -lz
14
+ Cflags: -I${includedir}
@@ -0,0 +1,14 @@
1
+ prefix=remotion
2
+ exec_prefix=${prefix}
3
+ libdir=remotion/lib
4
+ includedir=remotion/include
5
+
6
+ Name: libavdevice
7
+ Description: FFmpeg device handling library
8
+ Version: 60.1.100
9
+ Requires:
10
+ Requires.private: libavfilter >= 9.3.100, libswscale >= 7.1.100, libavformat >= 60.3.100, libavcodec >= 60.3.100, libswresample >= 4.10.100, libavutil >= 58.2.100
11
+ Conflicts:
12
+ Libs: -L${libdir} -lavdevice
13
+ Libs.private: -lpsapi -lole32 -lstrmiids -luuid -loleaut32 -lshlwapi -lgdi32 -lm -latomic -lvfw32
14
+ Cflags: -I${includedir}
@@ -0,0 +1,14 @@
1
+ prefix=remotion
2
+ exec_prefix=${prefix}
3
+ libdir=remotion/lib
4
+ includedir=remotion/include
5
+
6
+ Name: libavfilter
7
+ Description: FFmpeg audio/video filtering library
8
+ Version: 9.3.100
9
+ Requires:
10
+ Requires.private: libswscale >= 7.1.100, libswresample >= 4.10.100, libavutil >= 58.2.100
11
+ Conflicts:
12
+ Libs: -L${libdir} -lavfilter
13
+ Libs.private: -pthread -lm -latomic
14
+ Cflags: -I${includedir}
@@ -0,0 +1,14 @@
1
+ prefix=remotion
2
+ exec_prefix=${prefix}
3
+ libdir=remotion/lib
4
+ includedir=remotion/include
5
+
6
+ Name: libavformat
7
+ Description: FFmpeg container format library
8
+ Version: 60.3.100
9
+ Requires:
10
+ Requires.private: libavcodec >= 60.3.100, libswresample >= 4.10.100, libavutil >= 58.2.100
11
+ Conflicts:
12
+ Libs: -L${libdir} -lavformat
13
+ Libs.private: -lm -latomic -L/usr/x86_64-w64-mingw32/lib -lz -lsecur32 -lws2_32
14
+ Cflags: -I${includedir}
@@ -0,0 +1,14 @@
1
+ prefix=remotion
2
+ exec_prefix=${prefix}
3
+ libdir=remotion/lib
4
+ includedir=remotion/include
5
+
6
+ Name: libavutil
7
+ Description: FFmpeg utility library
8
+ Version: 58.2.100
9
+ Requires:
10
+ Requires.private:
11
+ Conflicts:
12
+ Libs: -L${libdir} -lavutil
13
+ Libs.private: -pthread -lm -luser32 -lbcrypt -latomic
14
+ Cflags: -I${includedir}
@@ -0,0 +1,14 @@
1
+ prefix=remotion
2
+ exec_prefix=${prefix}
3
+ libdir=remotion/lib
4
+ includedir=remotion/include
5
+
6
+ Name: libswresample
7
+ Description: FFmpeg audio resampling library
8
+ Version: 4.10.100
9
+ Requires:
10
+ Requires.private: libavutil >= 58.2.100
11
+ Conflicts:
12
+ Libs: -L${libdir} -lswresample
13
+ Libs.private: -lm -latomic
14
+ Cflags: -I${includedir}
@@ -0,0 +1,14 @@
1
+ prefix=remotion
2
+ exec_prefix=${prefix}
3
+ libdir=remotion/lib
4
+ includedir=remotion/include
5
+
6
+ Name: libswscale
7
+ Description: FFmpeg image rescaling library
8
+ Version: 7.1.100
9
+ Requires:
10
+ Requires.private: libavutil >= 58.2.100
11
+ Conflicts:
12
+ Libs: -L${libdir} -lswscale
13
+ Libs.private: -lm -latomic
14
+ Cflags: -I${includedir}
@@ -0,0 +1,15 @@
1
+ # Opus codec reference implementation pkg-config file
2
+
3
+ prefix=remotion
4
+ exec_prefix=${prefix}
5
+ libdir=${exec_prefix}/lib
6
+ includedir=${prefix}/include
7
+
8
+ Name: Opus
9
+ Description: Opus IETF audio codec (floating-point, custom modes build)
10
+ URL: https://opus-codec.org/
11
+ Version: 1.3.1
12
+ Requires:
13
+ Conflicts:
14
+ Libs: -L${libdir} -lopus -lm -lssp
15
+ Cflags: -I${includedir}/opus
@@ -0,0 +1,14 @@
1
+ # pkg-config file from libvpx v1.13.0
2
+ prefix=/mingw64
3
+ exec_prefix=${prefix}
4
+ libdir=${prefix}/lib
5
+ includedir=${prefix}/include
6
+
7
+ Name: vpx
8
+ Description: WebM Project VPx codec implementation
9
+ Version: 1.13.0
10
+ Requires:
11
+ Conflicts:
12
+ Libs: -L${libdir} -lvpx -lm
13
+ Libs.private: -lm -lpthread
14
+ Cflags: -I${includedir}
@@ -0,0 +1,11 @@
1
+ prefix=remotion
2
+ exec_prefix=${prefix}
3
+ libdir=${exec_prefix}/lib
4
+ includedir=${prefix}/include
5
+
6
+ Name: x264
7
+ Description: H.264 (MPEG4 AVC) encoder library
8
+ Version: 0.164.3095
9
+ Libs: -L${exec_prefix}/lib -lx264
10
+ Libs.private:
11
+ Cflags: -I${prefix}/include
@@ -0,0 +1,10 @@
1
+ prefix=remotion
2
+ exec_prefix=${prefix}
3
+ libdir=${exec_prefix}/lib
4
+ includedir=${prefix}/include
5
+
6
+ Name: x265
7
+ Description: H.265/HEVC video encoder
8
+ Version: 3.4
9
+ Libs: -L${libdir} -lx265 -lstdc++ -lgcc_s -lgcc -lgcc_s -lgcc
10
+ Cflags: -I${includedir}
Binary file
package/index.d.ts CHANGED
@@ -1 +1,4 @@
1
1
  export const binaryPath: string;
2
+ export const ffmpegPath: string;
3
+ export const ffprobePath: string;
4
+ export const ffmpegCwd: string;
package/index.js CHANGED
@@ -1 +1,17 @@
1
- exports.binaryPath = require.resolve("./compositor.exe");
1
+ const path = require("path");
2
+ exports.binaryPath = path.resolve(__dirname, "compositor.exe");
3
+ exports.ffmpegPath = path.resolve(
4
+ __dirname,
5
+ "ffmpeg",
6
+ "remotion",
7
+ "bin",
8
+ "ffmpeg.exe"
9
+ );
10
+ exports.ffprobePath = path.resolve(
11
+ __dirname,
12
+ "ffmpeg",
13
+ "remotion",
14
+ "bin",
15
+ "ffprobe.exe"
16
+ );
17
+ exports.ffmpegCwd = path.resolve(__dirname, "ffmpeg");
package/index.mjs CHANGED
@@ -1,5 +1,23 @@
1
1
  import { createRequire } from "module";
2
+ import path from "path";
3
+ import * as url from "url";
4
+ const __dirname = url.fileURLToPath(new URL(".", import.meta.url));
2
5
 
3
6
  const require = createRequire(import.meta.url);
4
7
 
5
- export const binaryPath = require.resolve("./compositor.exe");
8
+ export const binaryPath = path.resolve(__dirname, "compositor.exe");
9
+ export const ffmpegPath = path.resolve(
10
+ __dirname,
11
+ "ffmpeg",
12
+ "remotion",
13
+ "bin",
14
+ "ffmpeg.exe"
15
+ );
16
+ export const ffprobePath = path.resolve(
17
+ __dirname,
18
+ "ffmpeg",
19
+ "remotion",
20
+ "bin",
21
+ "ffprobe.exe"
22
+ );
23
+ export const ffmpegCwd = path.resolve(__dirname, "ffmpeg");
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.0-newpaths.40+09405cced",
2
+ "version": "4.1.0-alpha2",
3
3
  "name": "@remotion/compositor-win32-x64-msvc",
4
4
  "os": [
5
5
  "win32"
@@ -7,8 +7,15 @@
7
7
  "cpu": [
8
8
  "x64"
9
9
  ],
10
+ "exports": {
11
+ ".": {
12
+ "require": "./index.js",
13
+ "import": "./index.mjs",
14
+ "types": "./index.d.ts"
15
+ },
16
+ "./package.json": "./package.json"
17
+ },
10
18
  "publishConfig": {
11
19
  "access": "public"
12
- },
13
- "gitHead": "09405cced148038402b72b568f349e0bc7bbb949"
14
- }
20
+ }
21
+ }