@remotion/compositor-linux-x64-gnu 4.0.97 → 4.0.98

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/compositor CHANGED
Binary file
package/index.d.ts CHANGED
@@ -1,4 +1 @@
1
- export const binaryPath: string;
2
- export const ffmpegPath: string;
3
- export const ffprobePath: string;
4
- export const ffmpegCwd: string;
1
+ export const dir: string;
package/index.js CHANGED
@@ -1,4 +1 @@
1
- exports.binaryPath = `${__dirname}/compositor`;
2
- exports.ffmpegPath = `${__dirname}/ffmpeg/remotion/bin/ffmpeg`;
3
- exports.ffprobePath = `${__dirname}/ffmpeg/remotion/bin/ffprobe`;
4
- exports.ffmpegCwd = `${__dirname}/ffmpeg`;
1
+ exports.dir = __dirname;
package/index.mjs CHANGED
@@ -1,7 +1,4 @@
1
1
  import * as url from "node:url";
2
2
  const __dirname = url.fileURLToPath(new URL(".", import.meta.url));
3
3
 
4
- export const binaryPath = `${__dirname}/compositor`;
5
- export const ffmpegPath = `${__dirname}/ffmpeg/remotion/bin/ffmpeg`;
6
- export const ffprobePath = `${__dirname}/ffmpeg/remotion/bin/ffprobe`;
7
- export const ffmpegCwd = `${__dirname}/ffmpeg`;
4
+ export const dir = __dirname;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.97",
2
+ "version": "4.0.98",
3
3
  "name": "@remotion/compositor-linux-x64-gnu",
4
4
  "os": [
5
5
  "linux"