vidformer 0.4.1__py3-none-any.whl → 0.5.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
|
|
1
|
+
vidformer.py,sha256=qA5TAoLLhhtWjH9CTu3FfCFK3EKI-R1CapvnTuVSc0A,24944
|
2
|
+
vidformer-0.5.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
3
|
+
vidformer-0.5.0.dist-info/METADATA,sha256=nuIDLRFHysJF8KOhfM_OEx6FtmSr5zVfOkB9lBiMEMs,643
|
4
|
+
vidformer-0.5.0.dist-info/RECORD,,
|
vidformer.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
"""A Python library for creating and viewing videos with vidformer."""
|
2
2
|
|
3
|
-
__version__ = "0.
|
3
|
+
__version__ = "0.5.0"
|
4
4
|
|
5
5
|
import subprocess
|
6
6
|
from fractions import Fraction
|
@@ -156,7 +156,7 @@ class Spec:
|
|
156
156
|
assert encoder is None or type(encoder) == str
|
157
157
|
assert encoder_opts is None or type(encoder_opts) == dict
|
158
158
|
if encoder_opts is not None:
|
159
|
-
for k, v in encoder_opts:
|
159
|
+
for k, v in encoder_opts.items():
|
160
160
|
assert type(k) == str and type(v) == str
|
161
161
|
|
162
162
|
spec, sources, filters = self._to_json_spec()
|
vidformer-0.4.1.dist-info/RECORD
DELETED
@@ -1,4 +0,0 @@
|
|
1
|
-
vidformer.py,sha256=_pg6zMaFNpmlixGIds6sUF1R4fcMcgpSL2q9Lf5Gk-g,24936
|
2
|
-
vidformer-0.4.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
3
|
-
vidformer-0.4.1.dist-info/METADATA,sha256=WFQ2k0GbMMoV_8O0q0h7tyZVWWZocJODAr_R0WVll6c,643
|
4
|
-
vidformer-0.4.1.dist-info/RECORD,,
|
File without changes
|