Is there a way to set different thresholds to different audio tracks? #610
-
Basically what the title says, currently im trying to use this command: "auto-editor video.mp4 --edit "(or audio:stream=0 audio:threshold=90%,stream=1 audio:threshold=4%)" --margin 0.01sec --export premiere" but it doesn't seem to work (only the 4% takes effect). |
Beta Was this translation helpful? Give feedback.
Answered by
seespajeej
Dec 11, 2024
Replies: 1 comment
-
After some time i figured it out. The syntax should be: "(or audio:0.99,stream=0 audio:0.04,stream=1)". |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
seespajeej
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some time i figured it out. The syntax should be: "(or audio:0.99,stream=0 audio:0.04,stream=1)".