lagmoellertim / unsilence

Console Interface and Library to remove silent parts of a media file 🔈
https://unsilence.readthedocs.io/
MIT License
556 stars 45 forks source link

Invalid render options #143

Open albertyu647 opened 1 year ago

albertyu647 commented 1 year ago

Getting this error, any help would be greatly appreciated.

Exception in thread Thread-3: ValueError: Invalid render options Exception in thread Thread-4: ValueError: Invalid render options

image

smurtazahasan commented 1 year ago

I've been getting that too. I realized after a while that this started happening after I switched to macOS Ventura. Are you on that too?

albertyu647 commented 1 year ago

I've been getting that too. I realized after a while that this started happening after I switched to macOS Ventura. Are you on that too?

albertyu647 commented 1 year ago

I've been getting that too. I realized after a while that this started happening after I switched to macOS Ventura. Are you on that too?

No I'm on windows 11 22H2

lagmoellertim commented 1 year ago

I am currently working on rewriting this project in rust for better performance, logging and error handling, so this problem might not be fixed in the python version, but I will try my best to fix it in the new rust version. Can you tell me the command you entered?

smurtazahasan commented 1 year ago

That's amazing! Here is the command I used: unsilence "L23.mov" "L23.mkv" -ss 99 -sl -25 -stt 0.125 -y I played around with the -t parameter but that doesn't resolve anything.

albertyu647 commented 1 year ago

@lagmoellertim Thank you for all your hard work. This error seems to come up whenever I change the -stt (SILENCE_TIME_THRESHOLD) value.