Khaz
Khaz
I don't know if you are implementing it in python or using the command line interface. However if you are running it in CLI you can pass the argument `--output_format...
Sadly I don't know much how it works when used from a python file. It's not necessary for the work I do. The list of arguments can be found from...
The way I've been doing it is by taking advantage of PowerSheell and using ```powershell Get-ChildItem -filter "*.mp4" | ForEach-Object { whisperx $_.name SETTINGS } ``` So powershell gets any...
I see, I missed the part about "at once"
Extra extra testing: Naively I had updated to the latest version of Pytorch through pip rather than conda. I'm not sure what the difference is under the hood, since it...
A side effect of this seems to be that WhisperX can't be used outside of a conda environment, preventing it from being comfortably integrated into things like Subtitle Edit, which...