@remotion/renderer 4.0.192 → 4.0.194

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,6 +29,8 @@ const combineVideoStreams = async ({ fps, codec, filelistDir, numberOfGifLoops,
29
29
  numberOfGifLoops === null
30
30
  ? null
31
31
  : (0, convert_number_of_gif_loops_to_ffmpeg_1.convertNumberOfGifLoopsToFfmpegSyntax)(numberOfGifLoops),
32
+ codec === 'gif' ? '-filter_complex' : null,
33
+ codec === 'gif' ? 'split[v],palettegen,[v]paletteuse' : null,
32
34
  '-an',
33
35
  '-c:v',
34
36
  encoder,
@@ -18,4 +18,6 @@ export declare const exampleVideos: {
18
18
  transparentwithdar: string;
19
19
  prores: string;
20
20
  iphonehevc: string;
21
+ matroskaPcm16: string;
22
+ mp4withmp3: string;
21
23
  };
@@ -27,4 +27,6 @@ exports.exampleVideos = {
27
27
  transparentwithdar: node_path_1.default.join(examplePackage, 'public', 'transparent-with-dar.webm'),
28
28
  prores: node_path_1.default.join(examplePackage, 'public', 'prores.mov'),
29
29
  iphonehevc: node_path_1.default.join(examplePackage, 'public', 'iphone-hevc.mov'),
30
+ matroskaPcm16: node_path_1.default.join(examplePackage, 'public', 'matroska-pcm16.mkv'),
31
+ mp4withmp3: node_path_1.default.join(examplePackage, 'public', 'mp4-mp3.mp4'),
30
32
  };
package/dist/index.d.ts CHANGED
@@ -978,5 +978,7 @@ export declare const RenderInternals: {
978
978
  transparentwithdar: string;
979
979
  prores: string;
980
980
  iphonehevc: string;
981
+ matroskaPcm16: string;
982
+ mp4withmp3: string;
981
983
  };
982
984
  };
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.192",
6
+ "version": "4.0.194",
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": "4.0.192",
22
- "@remotion/streaming": "4.0.192"
21
+ "remotion": "4.0.194",
22
+ "@remotion/streaming": "4.0.194"
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-darwin-arm64": "4.0.192",
38
- "@remotion/compositor-darwin-x64": "4.0.192",
39
- "@remotion/compositor-linux-arm64-gnu": "4.0.192",
40
- "@remotion/compositor-linux-arm64-musl": "4.0.192",
41
- "@remotion/compositor-linux-x64-gnu": "4.0.192",
42
- "@remotion/compositor-linux-x64-musl": "4.0.192",
43
- "@remotion/compositor-win32-x64-msvc": "4.0.192"
37
+ "@remotion/compositor-darwin-x64": "4.0.194",
38
+ "@remotion/compositor-linux-arm64-musl": "4.0.194",
39
+ "@remotion/compositor-darwin-arm64": "4.0.194",
40
+ "@remotion/compositor-linux-x64-musl": "4.0.194",
41
+ "@remotion/compositor-linux-arm64-gnu": "4.0.194",
42
+ "@remotion/compositor-win32-x64-msvc": "4.0.194",
43
+ "@remotion/compositor-linux-x64-gnu": "4.0.194"
44
44
  },
45
45
  "keywords": [
46
46
  "remotion",