Fix some transcribe-video scripts
This commit is contained in:
parent
8ad4d67d84
commit
2beccaeeb3
|
@ -34,4 +34,4 @@ end_time="$4"
|
||||||
if [[ $start_time == "" ]]; then start_time="0"; fi
|
if [[ $start_time == "" ]]; then start_time="0"; fi
|
||||||
if [[ $end_time == "" ]]; then end_time="0"; fi
|
if [[ $end_time == "" ]]; then end_time="0"; fi
|
||||||
|
|
||||||
transcribe-video "$1" "$2" "base"
|
transcribe-video "$1" "$2" $start_time $end_time "base"
|
||||||
|
|
|
@ -34,4 +34,4 @@ end_time="$4"
|
||||||
if [[ $start_time == "" ]]; then start_time="0"; fi
|
if [[ $start_time == "" ]]; then start_time="0"; fi
|
||||||
if [[ $end_time == "" ]]; then end_time="0"; fi
|
if [[ $end_time == "" ]]; then end_time="0"; fi
|
||||||
|
|
||||||
transcribe-video "$1" "$2" "medium"
|
transcribe-video "$1" "$2" $start_time $end_time "medium"
|
||||||
|
|
|
@ -34,4 +34,4 @@ end_time="$4"
|
||||||
if [[ $start_time == "" ]]; then start_time="0"; fi
|
if [[ $start_time == "" ]]; then start_time="0"; fi
|
||||||
if [[ $end_time == "" ]]; then end_time="0"; fi
|
if [[ $end_time == "" ]]; then end_time="0"; fi
|
||||||
|
|
||||||
transcribe-video "$1" "$2" "small"
|
transcribe-video "$1" "$2" $start_time $end_time "small"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user