typed-ffmpeg-compatible 2.1.0a0__py3-none-any.whl → 2.2.0__py3-none-any.whl
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.
- typed_ffmpeg/dag/global_runnable/global_args.py +3 -0
- typed_ffmpeg/dag/io/_input.py +3 -1
- typed_ffmpeg/dag/io/_output.py +5 -1
- typed_ffmpeg/dag/io/output_args.py +3 -1
- typed_ffmpeg/filters.py +327 -134
- typed_ffmpeg/streams/audio.py +677 -80
- typed_ffmpeg/streams/video.py +1088 -184
- {typed_ffmpeg_compatible-2.1.0a0.dist-info → typed_ffmpeg_compatible-2.2.0.dist-info}/METADATA +3 -1
- {typed_ffmpeg_compatible-2.1.0a0.dist-info → typed_ffmpeg_compatible-2.2.0.dist-info}/RECORD +12 -12
- {typed_ffmpeg_compatible-2.1.0a0.dist-info → typed_ffmpeg_compatible-2.2.0.dist-info}/LICENSE +0 -0
- {typed_ffmpeg_compatible-2.1.0a0.dist-info → typed_ffmpeg_compatible-2.2.0.dist-info}/WHEEL +0 -0
- {typed_ffmpeg_compatible-2.1.0a0.dist-info → typed_ffmpeg_compatible-2.2.0.dist-info}/entry_points.txt +0 -0
{typed_ffmpeg_compatible-2.1.0a0.dist-info → typed_ffmpeg_compatible-2.2.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.2.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
|
@@ -84,6 +84,8 @@ pip install typed-ffmpeg
|
|
84
84
|
|
85
85
|
Note: FFmpeg must be installed on your system.
|
86
86
|
|
87
|
+
Note: If you need to install `ffmpeg-python` at the same time, use `pip install typed-ffmpeg-compatible` to prevent conflicts with the module name.
|
88
|
+
|
87
89
|
### Visualization Support
|
88
90
|
|
89
91
|
To enable graph visualization features:
|
{typed_ffmpeg_compatible-2.1.0a0.dist-info → typed_ffmpeg_compatible-2.2.0.dist-info}/RECORD
RENAMED
@@ -8,26 +8,26 @@ typed_ffmpeg/dag/compile.py,sha256=891eELZB_LeD6RSwRYFjBrcQmd7uvfFiOaQyp5LCUwU,1
|
|
8
8
|
typed_ffmpeg/dag/context.py,sha256=BPd_sjumfibcu3YHdzRLLC6Vyf3K8_hewEfhBPWumWI,5804
|
9
9
|
typed_ffmpeg/dag/factory.py,sha256=uQQZmRp1wvpDKYIriBEZHu-gehEjLxxjWf6uZTnQNXI,1231
|
10
10
|
typed_ffmpeg/dag/global_runnable/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
-
typed_ffmpeg/dag/global_runnable/global_args.py,sha256=
|
11
|
+
typed_ffmpeg/dag/global_runnable/global_args.py,sha256=qGyiqzsHDbNS55vFb38lKvbwVVLA_4lV4JyuG_SSbtQ,7668
|
12
12
|
typed_ffmpeg/dag/global_runnable/runnable.py,sha256=3rXAOeg6wKEekdm-g19WG5lG5igxuMLZ1JOiwSogIf8,5289
|
13
13
|
typed_ffmpeg/dag/io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
|
-
typed_ffmpeg/dag/io/_input.py,sha256=
|
15
|
-
typed_ffmpeg/dag/io/_output.py,sha256=
|
16
|
-
typed_ffmpeg/dag/io/output_args.py,sha256=
|
14
|
+
typed_ffmpeg/dag/io/_input.py,sha256=V3mZcLA_nqUIOCUxTEJJqT5b7XKBSZfw0UN0AMY2_0A,7235
|
15
|
+
typed_ffmpeg/dag/io/_output.py,sha256=gBqLtkLcppKmcMipWOMelJfGOaH0IhedeTuHItMd53E,12489
|
16
|
+
typed_ffmpeg/dag/io/output_args.py,sha256=37AaHIF5D4G4psDJ1gV_EPQlHv9qxUgWTqUN7rczsuQ,13959
|
17
17
|
typed_ffmpeg/dag/nodes.py,sha256=JrcUwWCL9qImS9K0bmS0cAw_U6na8-MTx-tjjWBxDMY,14366
|
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
|
21
21
|
typed_ffmpeg/exceptions.py,sha256=Zz-lKGildItY9a3dD1NHqx5b1U9hO6splbtA8JGce0U,968
|
22
|
-
typed_ffmpeg/filters.py,sha256=
|
22
|
+
typed_ffmpeg/filters.py,sha256=F5Uhc_pfJWINuBfFZdZgqQ1HmnYpVhhN_Jl3u-GoXD0,110016
|
23
23
|
typed_ffmpeg/probe.py,sha256=srLG1HIK4V4bX3GdgETiLrkc7LJuTAoG7B36L6htteQ,1408
|
24
24
|
typed_ffmpeg/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
25
|
typed_ffmpeg/schema.py,sha256=5ITK1t7g_OLZRyuN69DI920wERsxZZxrV3mV57tql7A,534
|
26
26
|
typed_ffmpeg/streams/__init__.py,sha256=Nt9uWpcVI1sQLl5Qt_kBCBcWOGZA1vczCQ0qvFbSko0,141
|
27
|
-
typed_ffmpeg/streams/audio.py,sha256=
|
27
|
+
typed_ffmpeg/streams/audio.py,sha256=7t8nnn46_2GsosqhWpB2JHT5Ii_fR8tOBmx-CGUbF28,258311
|
28
28
|
typed_ffmpeg/streams/av.py,sha256=SWcy8Q9hk36ZZJ4WosG08NR-r1f2IzOgZ4tsAZ7nX18,544
|
29
29
|
typed_ffmpeg/streams/channel_layout.py,sha256=ocRb1HM9QgAH4xL0liVs-lXq0WaZyRu1agWz4CaLssU,662
|
30
|
-
typed_ffmpeg/streams/video.py,sha256=
|
30
|
+
typed_ffmpeg/streams/video.py,sha256=phqaLjRd1tT-8Id7mOO65C0nlRQsR3lVounMRju_3_I,451091
|
31
31
|
typed_ffmpeg/types.py,sha256=ly3zLtg7KxRa_jsDDrFPAxRZRjTQdWVpiQzOD9NdrFM,4137
|
32
32
|
typed_ffmpeg/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
33
33
|
typed_ffmpeg/utils/escaping.py,sha256=zGwBMq9DDqy1HCfa8jof_Kx9pwz1iB7MfrPByUXTd6Y,1208
|
@@ -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.2.0.dist-info/LICENSE,sha256=8Aaya5i_09Cou2i3QMxTwz6uHGzi_fGA4uhkco07-A4,1066
|
42
|
+
typed_ffmpeg_compatible-2.2.0.dist-info/METADATA,sha256=puTw6eVL3mMCMIvM8oXXExB5iHiaOq8eHKoWnXw173A,7300
|
43
|
+
typed_ffmpeg_compatible-2.2.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
44
|
+
typed_ffmpeg_compatible-2.2.0.dist-info/entry_points.txt,sha256=KfZmNsM16GT_lF1otASIN6E3i6xXHXoB1gMeEdlptjA,44
|
45
|
+
typed_ffmpeg_compatible-2.2.0.dist-info/RECORD,,
|
{typed_ffmpeg_compatible-2.1.0a0.dist-info → typed_ffmpeg_compatible-2.2.0.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|
File without changes
|