@remotion/renderer 4.0.200 → 4.0.202

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.
@@ -29,4 +29,5 @@ export declare const exampleVideos: {
29
29
  matroskaMp3: string;
30
30
  matroskaH265Aac: string;
31
31
  opusWebm: string;
32
+ avi: string;
32
33
  };
@@ -38,4 +38,5 @@ exports.exampleVideos = {
38
38
  matroskaMp3: node_path_1.default.join(examplePackage, 'public', 'matroska-mp3.mkv'),
39
39
  matroskaH265Aac: node_path_1.default.join(examplePackage, 'public', 'matroska-h265-aac.mkv'),
40
40
  opusWebm: node_path_1.default.join(examplePackage, 'public', 'opus.webm'),
41
+ avi: node_path_1.default.join(examplePackage, 'public', 'example.avi'),
41
42
  };
package/dist/index.d.ts CHANGED
@@ -338,7 +338,7 @@ export declare const RenderInternals: {
338
338
  makeFileExtensionMap: () => Record<string, ("h264" | "h265" | "vp8" | "vp9" | "mp3" | "aac" | "wav" | "prores" | "h264-mkv" | "h264-ts" | "gif")[]>;
339
339
  defaultCodecsForFileExtension: Record<import("./file-extensions").FileExtension, "h264" | "h265" | "vp8" | "vp9" | "mp3" | "aac" | "wav" | "prores" | "h264-mkv" | "h264-ts" | "gif">;
340
340
  getExecutablePath: ({ indent, logLevel, type, binariesDirectory, }: {
341
- type: "compositor" | "ffmpeg" | "ffprobe";
341
+ type: "ffmpeg" | "ffprobe" | "compositor";
342
342
  indent: boolean;
343
343
  logLevel: "verbose" | "info" | "warn" | "error";
344
344
  binariesDirectory: string | null;
@@ -989,6 +989,7 @@ export declare const RenderInternals: {
989
989
  matroskaMp3: string;
990
990
  matroskaH265Aac: string;
991
991
  opusWebm: string;
992
+ avi: string;
992
993
  };
993
994
  printUsefulErrorMessage: (err: Error, logLevel: "verbose" | "info" | "warn" | "error", indent: boolean) => void;
994
995
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/renderer"
4
4
  },
5
5
  "name": "@remotion/renderer",
6
- "version": "4.0.200",
6
+ "version": "4.0.202",
7
7
  "description": "Render Remotion videos using Node.js or Bun",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "extract-zip": "2.0.1",
19
19
  "source-map": "^0.8.0-beta.0",
20
20
  "ws": "8.17.1",
21
- "@remotion/streaming": "4.0.200",
22
- "remotion": "4.0.200"
21
+ "remotion": "4.0.202",
22
+ "@remotion/streaming": "4.0.202"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": ">=16.8.0",
@@ -34,13 +34,13 @@
34
34
  "@types/ws": "8.5.10"
35
35
  },
36
36
  "optionalDependencies": {
37
- "@remotion/compositor-linux-arm64-gnu": "4.0.200",
38
- "@remotion/compositor-darwin-arm64": "4.0.200",
39
- "@remotion/compositor-linux-x64-gnu": "4.0.200",
40
- "@remotion/compositor-darwin-x64": "4.0.200",
41
- "@remotion/compositor-linux-x64-musl": "4.0.200",
42
- "@remotion/compositor-linux-arm64-musl": "4.0.200",
43
- "@remotion/compositor-win32-x64-msvc": "4.0.200"
37
+ "@remotion/compositor-darwin-x64": "4.0.202",
38
+ "@remotion/compositor-linux-arm64-gnu": "4.0.202",
39
+ "@remotion/compositor-linux-arm64-musl": "4.0.202",
40
+ "@remotion/compositor-linux-x64-gnu": "4.0.202",
41
+ "@remotion/compositor-win32-x64-msvc": "4.0.202",
42
+ "@remotion/compositor-linux-x64-musl": "4.0.202",
43
+ "@remotion/compositor-darwin-arm64": "4.0.202"
44
44
  },
45
45
  "keywords": [
46
46
  "remotion",