auto-editor 23.35.1__py3-none-any.whl → 23.40.1__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.
- auto_editor/__init__.py +2 -2
- auto_editor/analyze.py +19 -23
- auto_editor/ffwrapper.py +4 -5
- auto_editor/formats/fcp7.py +37 -0
- auto_editor/help.py +10 -10
- auto_editor/lang/palet.py +387 -265
- auto_editor/lib/contracts.py +82 -45
- auto_editor/lib/data_structs.py +72 -4
- auto_editor/make_layers.py +24 -15
- auto_editor/render/video.py +2 -5
- auto_editor/subcommands/repl.py +4 -3
- auto_editor/subcommands/test.py +3 -3
- auto_editor/timeline.py +16 -16
- auto_editor/utils/container.py +67 -78
- auto_editor/utils/encoder.py +133 -195
- {auto_editor-23.35.1.dist-info → auto_editor-23.40.1.dist-info}/METADATA +35 -10
- {auto_editor-23.35.1.dist-info → auto_editor-23.40.1.dist-info}/RECORD +22 -22
- {auto_editor-23.35.1.dist-info → auto_editor-23.40.1.dist-info}/LICENSE +0 -0
- {auto_editor-23.35.1.dist-info → auto_editor-23.40.1.dist-info}/WHEEL +0 -0
- {auto_editor-23.35.1.dist-info → auto_editor-23.40.1.dist-info}/entry_points.txt +0 -0
- {auto_editor-23.35.1.dist-info → auto_editor-23.40.1.dist-info}/top_level.txt +0 -0
- {auto_editor-23.35.1.dist-info → auto_editor-23.40.1.dist-info}/zip-safe +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: auto-editor
|
3
|
-
Version: 23.
|
3
|
+
Version: 23.40.1
|
4
4
|
Summary: Auto-Editor: Effort free video editing!
|
5
5
|
Home-page: https://auto-editor.com
|
6
6
|
Author: WyattBlue
|
@@ -22,14 +22,15 @@ Classifier: Programming Language :: Python :: 3
|
|
22
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
23
23
|
Classifier: Programming Language :: Python :: 3.10
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
25
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
27
28
|
Requires-Python: >=3.10
|
28
29
|
Description-Content-Type: text/markdown
|
29
30
|
License-File: LICENSE
|
30
31
|
Requires-Dist: numpy >=1.22.0
|
31
|
-
Requires-Dist: pillow ==10.0.
|
32
|
-
Requires-Dist:
|
32
|
+
Requires-Dist: pillow ==10.0.1
|
33
|
+
Requires-Dist: pyav ==11.0.1
|
33
34
|
Requires-Dist: ae-ffmpeg ==1.1.*
|
34
35
|
|
35
36
|
<p align="center"><img src="https://auto-editor.com/img/auto-editor-banner.webp" title="Auto-Editor" width="700"></p>
|
@@ -40,7 +41,7 @@ Requires-Dist: ae-ffmpeg ==1.1.*
|
|
40
41
|
|
41
42
|
[](https://github.com/wyattblue/auto-editor/actions)
|
42
43
|
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
|
43
|
-
<a href="https://discord.com/invite/
|
44
|
+
<a href="https://discord.com/invite/bXZMWzQu5V/"><img src="https://img.shields.io/discord/711767814821773372?color=%237289DA&label=chat&logo=discord&logoColor=white"></a>
|
44
45
|
|
45
46
|
Before doing the real editing, you first cut out the "dead space" which is typically silence. This is known as a "first pass". Cutting these is a boring task, especially if the video is very long.
|
46
47
|
|
@@ -129,22 +130,46 @@ Auto-Editor can also export to:
|
|
129
130
|
|
130
131
|
Other editors, like Sony Vegas, can understand the `premiere` format. If your favorite editor doesn't, you can use ` --export clip-sequence` which creates many video clips that can be imported and manipulated like normal.
|
131
132
|
|
133
|
+
### Naming Timelines
|
134
|
+
By default, auto-editor will name the timeline to "Auto-Editor Media Group" if the export supports naming.
|
135
|
+
|
136
|
+
```
|
137
|
+
auto-editor example.mp4 --export 'premiere:name="Your name here"'
|
138
|
+
|
139
|
+
auto-editor example.mp4 --export 'resolve:name="Your name here"'
|
140
|
+
|
141
|
+
auto-editor example.mp4 --export 'final-cut-pro:name="Your name here"'
|
142
|
+
|
143
|
+
# No other export options support naming
|
144
|
+
```
|
145
|
+
|
146
|
+
### Split by Clip
|
147
|
+
|
148
|
+
If you want to split the clips, but don't want auto-editor to do any more editing. There's a simple command.
|
149
|
+
```
|
150
|
+
auto-editor example.mp4 --silent-speed 1 --video-speed 1 --export premiere
|
151
|
+
```
|
152
|
+
|
132
153
|
<h2 align="center">Manual Editing</h2>
|
133
154
|
|
134
155
|
Use the `--cut-out` option to always remove a section.
|
135
156
|
|
136
157
|
```
|
137
158
|
# Cut out the first 30 seconds.
|
138
|
-
auto-editor example.mp4 --cut-out
|
159
|
+
auto-editor example.mp4 --cut-out 0,30sec
|
139
160
|
|
140
161
|
# Cut out the first 30 frames.
|
141
|
-
auto-editor example.mp4 --cut-out
|
162
|
+
auto-editor example.mp4 --cut-out 0,30
|
163
|
+
|
164
|
+
# Always leave in the first 30 seconds.
|
165
|
+
auto-editor example.mp4 --add-in 0,30sec
|
142
166
|
|
143
167
|
# Cut out the last 10 seconds.
|
144
168
|
auto-editor example.mp4 --cut-out -10sec,end
|
145
169
|
|
146
|
-
#
|
147
|
-
auto-editor example.mp4 --cut-out
|
170
|
+
# You can do multiple at once.
|
171
|
+
auto-editor example.mp4 --cut-out 0,10 15sec,20sec
|
172
|
+
auto-editor example.mp4 --add-in 30sec,40sec 120,150sec
|
148
173
|
```
|
149
174
|
|
150
175
|
And of course, you can use any `--edit` configuration.
|
@@ -153,10 +178,10 @@ If you don't want **any automatic cuts**, you can use `--edit none` or `--edit a
|
|
153
178
|
|
154
179
|
```
|
155
180
|
# Cut out the first 5 seconds, leave the rest untouched.
|
156
|
-
auto-editor example.mp4 --edit none --cut-out
|
181
|
+
auto-editor example.mp4 --edit none --cut-out 0,5sec
|
157
182
|
|
158
183
|
# Leave in the first 5 seconds, cut everything else out.
|
159
|
-
auto-editor example.mp4 --edit all/e --add-in
|
184
|
+
auto-editor example.mp4 --edit all/e --add-in 0,5sec
|
160
185
|
```
|
161
186
|
|
162
187
|
<h2 align="center">More Options</h2>
|
@@ -1,55 +1,55 @@
|
|
1
|
-
auto_editor/__init__.py,sha256=
|
1
|
+
auto_editor/__init__.py,sha256=MWD2N5xWDufJ9Z47pkoSVsXQPs4p0mZ0_4KGgP3TuE4,43
|
2
2
|
auto_editor/__main__.py,sha256=CEvSgB-etDzqbTG1ZxubrH6Vq-ZEJ9cgcy_WOwaxoA4,10241
|
3
|
-
auto_editor/analyze.py,sha256=
|
3
|
+
auto_editor/analyze.py,sha256=tj38HlXqMnsgV7vQuFJqyzLI70-26Zm8Yw7joVreOh8,16412
|
4
4
|
auto_editor/edit.py,sha256=BoMnUMf_ofozu2mUaOB6dMHQ7hMBuefZsrKO-vygGas,12442
|
5
|
-
auto_editor/ffwrapper.py,sha256=
|
6
|
-
auto_editor/help.py,sha256=
|
7
|
-
auto_editor/make_layers.py,sha256=
|
5
|
+
auto_editor/ffwrapper.py,sha256=C6KC14t5BkTUH8K7RG-hRIZAeEyNJYKFV2R4V-pD8Rw,11006
|
6
|
+
auto_editor/help.py,sha256=MFGDf1B69F97kx-QTI3i-DmdKIWqoEjhpJwM1PsxsvA,9920
|
7
|
+
auto_editor/make_layers.py,sha256=H5xD35M2qlYCeygsezmmtxhnKx4BZOTIwqnZ5MF-MWo,9280
|
8
8
|
auto_editor/output.py,sha256=63T9UkdUvNIKDsf4qOkcSPJzgICyHb6tos7s6XrbAJY,5693
|
9
9
|
auto_editor/preview.py,sha256=cWvx-AXvpDeIouaPZg6rnkHuXIE1mu86vaFEUPwCo64,2613
|
10
|
-
auto_editor/timeline.py,sha256=
|
10
|
+
auto_editor/timeline.py,sha256=20vYjRdL0qJwS_txI05WUA3FPYXBNG5bncU050CvbpM,6648
|
11
11
|
auto_editor/validate_input.py,sha256=G4LzUdt0fSrIPRd-wvP7x9cOzXmHTd7-BPrFk2ZNEWk,2671
|
12
12
|
auto_editor/vanparse.py,sha256=TzvkmDkSH6NwNRtbrV72rdWRytEWcrLAJY7csCgeEfs,9871
|
13
13
|
auto_editor/wavfile.py,sha256=pTCrquFdmpFRjva3zjQRLM3QicHGrYuExPbwCjRbSMg,8378
|
14
14
|
auto_editor/formats/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
15
|
auto_editor/formats/fcp11.py,sha256=phuTz3PZbQHylndeVzABUghYw3NdB9huJCHnW1uWcM8,5960
|
16
|
-
auto_editor/formats/fcp7.py,sha256=
|
16
|
+
auto_editor/formats/fcp7.py,sha256=DIU63NdED8OLnOejo4-utBatoF6s6XMcZldcQdaTbUU,19512
|
17
17
|
auto_editor/formats/json.py,sha256=bCdODT6uZNY3iubJoxmyobgqtdRGNjGdAzUmovXYEWA,7649
|
18
18
|
auto_editor/formats/shotcut.py,sha256=bTpdpv1DykMNqtEq71DwVrk0IzvL6Et4ZHO8yd1yHIY,5035
|
19
19
|
auto_editor/formats/utils.py,sha256=GIZw28WHuCIaZ_zMI0v6Kxbq0QaIpbLsdSegdYwQxQ8,1990
|
20
20
|
auto_editor/lang/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
21
21
|
auto_editor/lang/json.py,sha256=zHBqqfrdHAW-NAsdeIMoqOoC4j8ibPpMgA3icCCjBXQ,9093
|
22
|
-
auto_editor/lang/palet.py,sha256=
|
22
|
+
auto_editor/lang/palet.py,sha256=L1ot5lssXwpp3KoWCEQGsCLwRD5BhAbWmQ17gEP-Zao,51469
|
23
23
|
auto_editor/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
24
|
-
auto_editor/lib/contracts.py,sha256=
|
25
|
-
auto_editor/lib/data_structs.py,sha256=
|
24
|
+
auto_editor/lib/contracts.py,sha256=v8_4FJnSH8hw58LK9R_mz1uXM_8EOn5knZavRW4UrSE,5400
|
25
|
+
auto_editor/lib/data_structs.py,sha256=WDBBfUjac7bbEjdv07ClsP6KmI4t_142W9wQqQYPnmc,6343
|
26
26
|
auto_editor/lib/err.py,sha256=UlszQJdzMZwkbT8x3sY4GkCV_5x9yrd6uVVUzvA8iiI,35
|
27
27
|
auto_editor/render/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
28
28
|
auto_editor/render/audio.py,sha256=4vTz8rliN2prkZh0CGmIG9kIVzlCdRPolaT5JIG7S_U,9030
|
29
29
|
auto_editor/render/image.py,sha256=kIKzVdC1Iduq8PFgGhdZ80oFJE39TX48Z3ZqlMUSfoM,4458
|
30
30
|
auto_editor/render/subtitle.py,sha256=D4WDiY4iM9HsNfJvZay7zv_gvZPvyd12nd9Fi9vbPjQ,4646
|
31
|
-
auto_editor/render/video.py,sha256
|
31
|
+
auto_editor/render/video.py,sha256=-7nE05shiQBqjLF0Ci75UhqvVrMCEPqVPOrJMegcqfs,9087
|
32
32
|
auto_editor/subcommands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
33
33
|
auto_editor/subcommands/desc.py,sha256=jS0mJk2fNlKetW3bvQw46Bw5GIBJSJxyeGaMPwRZaTc,1024
|
34
34
|
auto_editor/subcommands/info.py,sha256=Z6a7yP7lZxR2Rq7m4Sr7B6sXb5sb_NZobRyTHajYr8I,6105
|
35
35
|
auto_editor/subcommands/levels.py,sha256=PWOYuirLhGgVvpm5EfVR1lzbMP-xxvoAOX6VCGi2jmk,4172
|
36
36
|
auto_editor/subcommands/palet.py,sha256=tbQoRWoT4jR3yu0etGApfprM-oQgXIjC-rIY-QG3nM0,655
|
37
|
-
auto_editor/subcommands/repl.py,sha256=
|
37
|
+
auto_editor/subcommands/repl.py,sha256=TmijSw-hGAExyafQDpQuOUk4Z9GM6mxf0a9qvc_24pc,3739
|
38
38
|
auto_editor/subcommands/subdump.py,sha256=T7vu-7CmRfYat1Jsnib1sqKuedZv04wJTktwQeYgkAc,1661
|
39
|
-
auto_editor/subcommands/test.py,sha256=
|
39
|
+
auto_editor/subcommands/test.py,sha256=rTRAx88-pDXMKln1PM3YkpUcX1SSDj71okaiBhgkSE0,27291
|
40
40
|
auto_editor/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
41
41
|
auto_editor/utils/bar.py,sha256=eWpiXZpRc2v2LW-EaoAgG_cTtMh5275or8Ttda3Ei-I,3974
|
42
42
|
auto_editor/utils/chunks.py,sha256=IicjluVvMykhizCCLkV4h7n-vHaWZ0rZQm-HrCA3fuI,1209
|
43
43
|
auto_editor/utils/cmdkw.py,sha256=IjT69hbUGaYL9vBPJPFx2ocx_3DyVYKTDloXFUshb4A,4709
|
44
|
-
auto_editor/utils/container.py,sha256=
|
45
|
-
auto_editor/utils/encoder.py,sha256=
|
44
|
+
auto_editor/utils/container.py,sha256=WOMlUJ5pxVmeYsy79uCWMU5fCzM4tBRupAx-_Q5-PLg,7939
|
45
|
+
auto_editor/utils/encoder.py,sha256=auNYo7HXbcU4iTUCc0LE5lpwFmSvdWvBm6-5KIaRK8w,2983
|
46
46
|
auto_editor/utils/func.py,sha256=DCsBiWD-sz1sRlbZJd5JAtyi_1JfXICBzqQ6RgNrjPY,4795
|
47
47
|
auto_editor/utils/log.py,sha256=6j2EWE97_urQijBvxhk2Gr2-VO_KNR1XbEobcAtTG-w,2668
|
48
48
|
auto_editor/utils/types.py,sha256=SmN6C4G7ACGLLlun2VSA0398AlSiC9owpBDZIUsQ2SI,12376
|
49
|
-
auto_editor-23.
|
50
|
-
auto_editor-23.
|
51
|
-
auto_editor-23.
|
52
|
-
auto_editor-23.
|
53
|
-
auto_editor-23.
|
54
|
-
auto_editor-23.
|
55
|
-
auto_editor-23.
|
49
|
+
auto_editor-23.40.1.dist-info/LICENSE,sha256=yiq99pWITHfqS0pbZMp7cy2dnbreTuvBwudsU-njvIM,1210
|
50
|
+
auto_editor-23.40.1.dist-info/METADATA,sha256=VwKfADFxU2M1yPoWs3PPHN1F4y83NZ4fsz7931CJ4e8,7624
|
51
|
+
auto_editor-23.40.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
52
|
+
auto_editor-23.40.1.dist-info/entry_points.txt,sha256=-H7zdTw4MqnAcwrN5xTNkGIhzZtJMxS9r6lTMeR9-aA,240
|
53
|
+
auto_editor-23.40.1.dist-info/top_level.txt,sha256=ky1HUkqq9i034c4CUU_0wBw0xZsxxyGEak1eTbdvpyA,12
|
54
|
+
auto_editor-23.40.1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
55
|
+
auto_editor-23.40.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|