--silent-speed > 1 causes ValueError: need at least one array to concatenate
#763
Replies: 1 comment
-
|
Fixed in 28.0.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Running auto-editor with
--silent-speedabove 1 causes an error.For reference, the following commands works fine
auto-editor -m 0.2s --edit "audio:threshold=0.03" raw.mp4auto-editor -m 0.2s --edit "audio:threshold=0.03" --silent-speed 1 raw.mp4But the following:
auto-editor -m 0.2s --edit "audio:threshold=0.03" --silent-speed 2 raw.mp4auto-editor -m 0.2s --edit "audio:threshold=0.03" --silent-speed 1.1 raw.mp4auto-editor -m 0.2s --edit "audio:threshold=0.03" --silent-speed 30 raw.mp4Gives me the error
I am on auto-editor version
28.0.0This is the video file I was running the command on
raw.mp4
Beta Was this translation helpful? Give feedback.
All reactions