antiboredom / videogrep

automatic video supercuts with python
https://antiboredom.github.io/videogrep
Other
3.33k stars 257 forks source link

Error Codes and Messages on Transcriptions with Vosk #132

Open cmprmsd opened 8 months ago

cmprmsd commented 8 months ago

Hey there!

It seems the error messages and error codes are off when using the transcribe function.

videogrep -i file  --transcribe --model vosk-model-small-de-0.15

PS: The transcribe function is not exposed when using videogrep as a Python module, which is why I have to use subprocess in the first place. :D

Working on some fun project at the moment :smile: The tool allows to search for multiple words or phrases, for each select any of the matches in the video, trim the snippet with sliders and chain them together creating a super cut, first temporarily by chaining the video snippets in the video player and then creating the merged video with click on "merge". Kind of a phrase builder :rofl: image