le grand remake fix again
This commit is contained in:
parent
4454df741d
commit
1a4f28c0ed
12
README.md
12
README.md
|
@ -95,11 +95,13 @@ Possiamo anche ottenere la trascrizione in formato testo sottotitolo (SRT) con t
|
|||
|
||||
Opzionale: Possiamo mettere tutto nello script sboby.sh in ~/bin/ che renderemo eseguibile (`chmod 755 ~/bin/sboby.sh`):
|
||||
|
||||
> #!/bin/sh
|
||||
> ~/sboby/bin/vosk-transcriber -i ${1+"$@"} --model ~/sboby/vosk/vosk-model-it-0.22/ -o ${1+"$@"}.txt ;
|
||||
> sleep 5s ;
|
||||
> ~/sboby/bin/vosk-transcriber -i ${1+"$@"} --model ~/sboby/vosk/vosk-model-it-0.22/ -t srt -o ${1+"$@"}.srt
|
||||
> echo 'bye bye sboby'
|
||||
|
||||
#!/bin/sh
|
||||
~/sboby/bin/vosk-transcriber -i ${1+"$@"} --model ~/sboby/vosk/vosk-model-it-0.22/ -o ${1+"$@"}.txt ;
|
||||
sleep 5s ;
|
||||
~/sboby/bin/vosk-transcriber -i ${1+"$@"} --model ~/sboby/vosk/vosk-model-it-0.22/ -t srt -o ${1+"$@"}.srt
|
||||
echo 'bye bye sboby'
|
||||
|
||||
|
||||
In modo da ottenere la trascrizione tramite il semplice comando: sboby.sh [FILE]..
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user