@remotion/compositor-linux-x64-gnu 4.0.97 → 4.0.100
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 +0 -0
- package/index.d.ts +1 -4
- package/index.js +1 -4
- package/index.mjs +1 -4
- package/package.json +1 -1
package/compositor
CHANGED
|
Binary file
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
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
|
|
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