typed-ffmpeg-compatible 2.4.1__py3-none-any.whl → 2.5.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- typed_ffmpeg/dag/nodes.py +2 -0
- {typed_ffmpeg_compatible-2.4.1.dist-info → typed_ffmpeg_compatible-2.5.0.dist-info}/METADATA +1 -1
- {typed_ffmpeg_compatible-2.4.1.dist-info → typed_ffmpeg_compatible-2.5.0.dist-info}/RECORD +6 -6
- {typed_ffmpeg_compatible-2.4.1.dist-info → typed_ffmpeg_compatible-2.5.0.dist-info}/LICENSE +0 -0
- {typed_ffmpeg_compatible-2.4.1.dist-info → typed_ffmpeg_compatible-2.5.0.dist-info}/WHEEL +0 -0
- {typed_ffmpeg_compatible-2.4.1.dist-info → typed_ffmpeg_compatible-2.5.0.dist-info}/entry_points.txt +0 -0
typed_ffmpeg/dag/nodes.py
CHANGED
@@ -451,6 +451,8 @@ class GlobalNode(Node):
|
|
451
451
|
if isinstance(value, bool):
|
452
452
|
if value is True:
|
453
453
|
commands += [f"-{key}"]
|
454
|
+
elif value is False:
|
455
|
+
commands += [f"-no{key}"]
|
454
456
|
# NOTE: the -no{key} format since not really for global options
|
455
457
|
else:
|
456
458
|
commands += [f"-{key}", str(value)]
|
{typed_ffmpeg_compatible-2.4.1.dist-info → typed_ffmpeg_compatible-2.5.0.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: typed-ffmpeg-compatible
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.5.0
|
4
4
|
Summary: Modern Python FFmpeg wrappers offer comprehensive support for complex filters, complete with detailed typing and documentation.
|
5
5
|
Home-page: https://livingbio.github.io/typed-ffmpeg/
|
6
6
|
License: MIT
|
@@ -14,7 +14,7 @@ typed_ffmpeg/dag/io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
14
14
|
typed_ffmpeg/dag/io/_input.py,sha256=xz5MWVmQJNd2ryFoDNy094hIfj2RCngIxu12AwPwnUU,7162
|
15
15
|
typed_ffmpeg/dag/io/_output.py,sha256=OCY7XxEdEOfvVqjEsXq5SWPt02Kkx8GkYphIWiAkLts,12415
|
16
16
|
typed_ffmpeg/dag/io/output_args.py,sha256=tilJd5xssVahZP88J8A2urZ3PHJG80Lj6kv1QS8WZzE,13875
|
17
|
-
typed_ffmpeg/dag/nodes.py,sha256=
|
17
|
+
typed_ffmpeg/dag/nodes.py,sha256=hdgwepV3U-GU2rHCgWor2pYuNyCJcCL2mJtuOWgSGuw,14449
|
18
18
|
typed_ffmpeg/dag/schema.py,sha256=WfY6gJtjnOxJV-Z5hdBcrKUYzpbHv4dT7mYs0Zv9lS0,5926
|
19
19
|
typed_ffmpeg/dag/utils.py,sha256=ooGrCOnsvRjjUMhC4JSCc3T2FRL1JLz0CeVSiE9f1hI,1141
|
20
20
|
typed_ffmpeg/dag/validate.py,sha256=smkTzh4ex6Omqcm5iUWeKX5-B8c4e0oTTVOGWSl9i5I,5786
|
@@ -38,8 +38,8 @@ typed_ffmpeg/utils/run.py,sha256=OotkfIFCU9KD_SzhigCtUeqqvcEWlFiMUsBcxms1k3M,709
|
|
38
38
|
typed_ffmpeg/utils/snapshot.py,sha256=OTEH0Eyzam_r1i5oIC0nKD3hGpVmq4aV5TB2qd5hKuM,813
|
39
39
|
typed_ffmpeg/utils/typing.py,sha256=sx4IN38NGQxgMs5GOtPouM02TcHINxvTreXPUbAbGRc,316
|
40
40
|
typed_ffmpeg/utils/view.py,sha256=rS8gC_uwlUs9Y5UQFj1ur2NjVbZXkZGdGHND0btJpuM,1705
|
41
|
-
typed_ffmpeg_compatible-2.
|
42
|
-
typed_ffmpeg_compatible-2.
|
43
|
-
typed_ffmpeg_compatible-2.
|
44
|
-
typed_ffmpeg_compatible-2.
|
45
|
-
typed_ffmpeg_compatible-2.
|
41
|
+
typed_ffmpeg_compatible-2.5.0.dist-info/LICENSE,sha256=8Aaya5i_09Cou2i3QMxTwz6uHGzi_fGA4uhkco07-A4,1066
|
42
|
+
typed_ffmpeg_compatible-2.5.0.dist-info/METADATA,sha256=bhXG9rmI7iIzYn0yRU6JVeP1k3FTxHsa_AznmKgSe9E,7249
|
43
|
+
typed_ffmpeg_compatible-2.5.0.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
44
|
+
typed_ffmpeg_compatible-2.5.0.dist-info/entry_points.txt,sha256=KfZmNsM16GT_lF1otASIN6E3i6xXHXoB1gMeEdlptjA,44
|
45
|
+
typed_ffmpeg_compatible-2.5.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{typed_ffmpeg_compatible-2.4.1.dist-info → typed_ffmpeg_compatible-2.5.0.dist-info}/entry_points.txt
RENAMED
File without changes
|