Look I got the Subs working! #74
Replies: 5 comments 2 replies
-
I found something called Whisper some time ago, at the moment on my crapbar I am transliterating and translating some Spanish video's https://github.com/Purfview/whisper-standalone-win Here is the code I use for that in Linux: ./fwx "io/es Alberto Rivera Spanish" -o "io/es Alberto Rivera Spanish" -v true -m large-v2 --output_format vtt json -l es --standard --task translate --batch_recursive |
Beta Was this translation helpful? Give feedback.
-
./fwx "io/" -o "io/" -v true -m large-v2 --output_format vtt json -l en --sentence --max_line_width 33 --max_line_count 2 --max_comma_cent 100 --task translate --batch_recursive 33 seems to be the minimum, but should be able to do more then that. Maybe 50 would do fine - I have not further tested it. But that is some of the code for the Transcribe app. |
Beta Was this translation helpful? Give feedback.
-
Here is my vtt testfile:
WEBVTT
00:00:00.500 --> 00:07:06.000

A123456789B123456789
A123456789B123456789C123456789
A123456789B123456789C123456789D123456789
A123456789B123456789C123456789D123456789E123456789
A123456789B123456789C123456789D123456789E123456789F123456789
Beta Was this translation helpful? Give feedback.
All reactions