remotion_lambda 4.0.262 → 4.0.264
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21dd3b87c88ac7937cafefeb520bda6bcfe131cf34c5373a4b9a2e685d5a2038
|
4
|
+
data.tar.gz: a9ea45cedace8b0dc6de716bef264ee38af39064448bf23104d34c052e23a98a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 976a92155eb36e1cf814e2e9d05d089b8dc5a0518b07e94b6dee93e82d8f77cb0251f8b6a931fe79d1beef61f6ee308fa478ef7ace6a07145bbdbca47b9a6323
|
7
|
+
data.tar.gz: 1f01460097695a093dba42c71c06642769306ef5b134c99583addf1fd6711dcf1ecc74f1ada3d721c77fbb2319b3d14c845772e51e50c01a4efb2ddb6b5b74f4
|
@@ -30,6 +30,7 @@ def get_render_media_on_lambda_payload(
|
|
30
30
|
muted: false,
|
31
31
|
number_of_gif_loops: 0,
|
32
32
|
offthread_video_cache_size_in_bytes: nil,
|
33
|
+
offthread_video_threads: nil,
|
33
34
|
out_name: nil,
|
34
35
|
overwrite: false,
|
35
36
|
pixel_format: nil,
|
@@ -79,6 +80,7 @@ payload = {
|
|
79
80
|
muted: muted,
|
80
81
|
numberOfGifLoops: number_of_gif_loops,
|
81
82
|
offthreadVideoCacheSizeInBytes: offthread_video_cache_size_in_bytes,
|
83
|
+
offthreadVideoThreads: offthread_video_threads,
|
82
84
|
outName: out_name,
|
83
85
|
overwrite: overwrite,
|
84
86
|
pixelFormat: pixel_format,
|
@@ -16,6 +16,7 @@ def get_render_still_on_lambda_payload(
|
|
16
16
|
log_level: "info",
|
17
17
|
max_retries: 1,
|
18
18
|
metadata: {},
|
19
|
+
offthread_video_threads: nil,
|
19
20
|
offthread_video_cache_size_in_bytes: nil,
|
20
21
|
out_name: nil,
|
21
22
|
overwrite: false,
|
@@ -45,7 +46,9 @@ payload = {
|
|
45
46
|
jpegQuality: jpeg_quality,
|
46
47
|
logLevel: log_level,
|
47
48
|
maxRetries: max_retries,
|
49
|
+
offthreadVideoCacheSizeInBytes: offthread_video_threads,
|
48
50
|
offthreadVideoCacheSizeInBytes: offthread_video_cache_size_in_bytes,
|
51
|
+
offthreadVideoThreads: offthread_video_threads,
|
49
52
|
outName: out_name,
|
50
53
|
privacy: privacy,
|
51
54
|
scale: scale,
|
@@ -1 +1 @@
|
|
1
|
-
VERSION = "4.0.
|
1
|
+
VERSION = "4.0.264"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: remotion_lambda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.264
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonny Burger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-lambda
|