remotion-lambda 4.0.464__tar.gz → 4.0.466__tar.gz
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.
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/PKG-INFO +1 -1
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/remotion_lambda/models.py +2 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/remotion_lambda/version.py +1 -1
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/remotion_lambda.egg-info/PKG-INFO +1 -1
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/LICENSE +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/README.md +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/remotion_lambda/__init__.py +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/remotion_lambda/exception.py +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/remotion_lambda/remotionclient.py +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/remotion_lambda.egg-info/SOURCES.txt +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/remotion_lambda.egg-info/dependency_links.txt +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/remotion_lambda.egg-info/requires.txt +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/remotion_lambda.egg-info/top_level.txt +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/setup.cfg +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/setup.py +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/tests/__init__.py +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/tests/conftest.py +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/tests/constants.py +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/tests/test_get_render_progress_client.py +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/tests/test_large_payload_compression.py +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/tests/test_remotion_client.py +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/tests/test_render_client_render_media.py +0 -0
- {remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/tests/test_render_client_render_still.py +0 -0
|
@@ -329,6 +329,7 @@ class RenderMediaParams:
|
|
|
329
329
|
renderer_function_name: Optional[str] = None
|
|
330
330
|
pro_res_profile: Optional[str] = None
|
|
331
331
|
x264_preset: Optional[str] = None
|
|
332
|
+
gop_size: Optional[int] = None
|
|
332
333
|
pixel_format: Optional[str] = None
|
|
333
334
|
delete_after: Optional[str] = None
|
|
334
335
|
encoding_buffer_size: Optional[str] = None
|
|
@@ -387,6 +388,7 @@ class RenderMediaParams:
|
|
|
387
388
|
'bucketName': self.bucket_name,
|
|
388
389
|
'audioCodec': self.audio_codec,
|
|
389
390
|
'x264Preset': self.x264_preset,
|
|
391
|
+
'gopSize': self.gop_size,
|
|
390
392
|
'deleteAfter': self.delete_after,
|
|
391
393
|
'encodingBufferSize': self.encoding_buffer_size,
|
|
392
394
|
'encodingMaxRate': self.encoding_max_rate,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# pylint: disable=missing-module-docstring, missing-final-newline
|
|
2
|
-
VERSION = "4.0.
|
|
2
|
+
VERSION = "4.0.466"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/remotion_lambda.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/tests/test_get_render_progress_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/tests/test_render_client_render_media.py
RENAMED
|
File without changes
|
{remotion_lambda-4.0.464 → remotion_lambda-4.0.466}/tests/test_render_client_render_still.py
RENAMED
|
File without changes
|