@remotion/renderer 3.3.89 → 3.3.91

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/dist/index.d.ts CHANGED
@@ -129,7 +129,7 @@ export declare const RenderInternals: {
129
129
  DEFAULT_CODEC: "h264" | "h265" | "vp8" | "vp9" | "mp3" | "aac" | "wav" | "prores" | "h264-mkv" | "gif";
130
130
  isAudioCodec: (codec: "h264" | "h265" | "vp8" | "vp9" | "mp3" | "aac" | "wav" | "prores" | "h264-mkv" | "gif" | undefined) => boolean;
131
131
  logLevels: readonly ["verbose", "info", "warn", "error"];
132
- isEqualOrBelowLogLevel: (currentLevel: "error" | "verbose" | "info" | "warn", level: "error" | "verbose" | "info" | "warn") => boolean;
132
+ isEqualOrBelowLogLevel: (currentLevel: "verbose" | "error" | "info" | "warn", level: "verbose" | "error" | "info" | "warn") => boolean;
133
133
  isValidLogLevel: (level: string) => boolean;
134
134
  perf: typeof perf;
135
135
  makeDownloadMap: () => import("./assets/download-map").DownloadMap;
@@ -227,10 +227,10 @@ const spawnFfmpeg = async (options, remotionRoot) => {
227
227
  };
228
228
  }
229
229
  const ffmpegArgs = [
230
- ['-r', String(options.fps)],
231
230
  ...(((_q = options.internalOptions) === null || _q === void 0 ? void 0 : _q.preEncodedFileLocation)
232
231
  ? [['-i', (_r = options.internalOptions) === null || _r === void 0 ? void 0 : _r.preEncodedFileLocation]]
233
232
  : [
233
+ ['-r', String(options.fps)],
234
234
  ['-f', 'image2'],
235
235
  ['-s', `${options.width}x${options.height}`],
236
236
  ['-start_number', String(options.assetsInfo.firstFrameIndex)],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/renderer",
3
- "version": "3.3.89",
3
+ "version": "3.3.91",
4
4
  "description": "Renderer for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "execa": "5.1.1",
18
18
  "extract-zip": "2.0.1",
19
- "remotion": "3.3.89",
19
+ "remotion": "3.3.91",
20
20
  "source-map": "^0.8.0-beta.0",
21
21
  "ws": "8.7.0"
22
22
  },
@@ -41,13 +41,13 @@
41
41
  "vitest": "0.24.3"
42
42
  },
43
43
  "optionalDependencies": {
44
- "@remotion/compositor-darwin-arm64": "3.3.89",
45
- "@remotion/compositor-darwin-x64": "3.3.89",
46
- "@remotion/compositor-linux-arm64-gnu": "3.3.89",
47
- "@remotion/compositor-linux-arm64-musl": "3.3.89",
48
- "@remotion/compositor-linux-x64-gnu": "3.3.89",
49
- "@remotion/compositor-linux-x64-musl": "3.3.89",
50
- "@remotion/compositor-win32-x64-msvc": "3.3.89"
44
+ "@remotion/compositor-darwin-arm64": "3.3.91",
45
+ "@remotion/compositor-darwin-x64": "3.3.91",
46
+ "@remotion/compositor-linux-arm64-gnu": "3.3.91",
47
+ "@remotion/compositor-linux-arm64-musl": "3.3.91",
48
+ "@remotion/compositor-linux-x64-gnu": "3.3.91",
49
+ "@remotion/compositor-linux-x64-musl": "3.3.91",
50
+ "@remotion/compositor-win32-x64-msvc": "3.3.91"
51
51
  },
52
52
  "keywords": [
53
53
  "remotion",