You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: auto_editor/help.py
+5-6
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,19 @@
25
25
If timebase is 30, 400 ticks to 800 means 13.33 to 26.66 seconds
26
26
""".strip(),
27
27
"--edit-based-on": """
28
-
Evalutes a palet expression that returns a bool-array?. The array is then used for
28
+
Evaluates a palet expression that returns a bool-array?. The array is then used for
29
29
editing.
30
30
31
31
Editing Methods:
32
32
- audio ; Audio silence/loudness detection
33
33
- threshold threshold? : 4%
34
-
- stream (or/c nat? 'all "all") : 0
34
+
- stream (or/c nat? 'all) : 'all
35
35
- mincut nat? : 6
36
36
- minclip nat? : 3
37
37
38
+
; mincut is more significant, there it has a larger default value.
39
+
; minclip gets applied first, then mincut
40
+
38
41
- motion ; Motion detection specialized for noisy real-life videos
39
42
- threshold threshold? : 2%
40
43
- stream nat? : 0
@@ -150,10 +153,6 @@
150
153
""".strip(),
151
154
"--video-bitrate": """
152
155
`--video-bitrate` sets the target bitrate for the video encoder. It accepts the same format as `--audio-bitrate` and the special `unset` value is allowed.
153
-
""".strip(),
154
-
"--silent-threshold": """
155
-
Silent threshold is a percentage where 0% represents absolute silence and 100% represents the highest volume in the media file.
156
-
Setting the threshold to `0%` will cut only out areas where area is absolutely silence.
0 commit comments