@remotion/renderer 3.3.3 → 3.3.4

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.
@@ -1,5 +1,5 @@
1
1
  import type { FfmpegExecutable } from './ffmpeg-executable';
2
- export declare const ACCEPTABLE_OFFSET_THRESHOLD = 40;
2
+ export declare const ACCEPTABLE_OFFSET_THRESHOLD = 50;
3
3
  export declare const getCanExtractFramesFast: ({ src, ffmpegExecutable, ffprobeExecutable, }: {
4
4
  src: string;
5
5
  ffmpegExecutable?: FfmpegExecutable | undefined;
@@ -10,7 +10,7 @@ const ensure_presentation_timestamp_1 = require("./ensure-presentation-timestamp
10
10
  const find_closest_package_json_1 = require("./find-closest-package-json");
11
11
  const get_video_info_1 = require("./get-video-info");
12
12
  const try_to_extract_frame_of_video_fast_1 = require("./try-to-extract-frame-of-video-fast");
13
- exports.ACCEPTABLE_OFFSET_THRESHOLD = 40;
13
+ exports.ACCEPTABLE_OFFSET_THRESHOLD = 50;
14
14
  const getCanExtractFramesFast = async ({ src, ffmpegExecutable, ffprobeExecutable, }) => {
15
15
  const remotionRoot = (0, find_closest_package_json_1.findRemotionRoot)();
16
16
  const out = await (0, ensure_presentation_timestamp_1.ensurePresentationTimestampWithoutCache)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/renderer",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "Renderer for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "execa": "5.1.1",
24
24
  "extract-zip": "2.0.1",
25
- "remotion": "3.3.3",
25
+ "remotion": "3.3.4",
26
26
  "source-map": "^0.8.0-beta.0",
27
27
  "ws": "8.7.0"
28
28
  },
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "27db3bbb7b8bd67aa3767e55c5c8f21a8d9fa16b"
60
+ "gitHead": "d5185eb129001bbc65d1edeea0250ee52c351f30"
61
61
  }