1
0
Fork 0

Fix cutvid completion

This commit is contained in:
tastytea 2022-05-07 17:39:14 +02:00
parent a6aa229368
commit fe36e49563
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 3 additions and 3 deletions

View File

@ -29,14 +29,14 @@ function _cutvid_aencoders()
_arguments '-h[short help text]' \
'--help[short help text]' \
'--from[timestamp]:language:' \
'--to[timestamp]:language:' \
'--from[timestamp]:timestamp:' \
'--to[timestamp]:timestamp:' \
'--vencoder[video encoder]:encoder:_cutvid_vencoders' \
'--aencoder[audio encoder]:encoder:_cutvid_aencoders' \
'--hardcode-subs[hardcode ASS subtitles]' \
'1:input file:_files' \
'2:output file:_files' \
'*:ffmpeg options:_ffmpeg'
'*:ffmpeg options:'
# Local Variables:
# mode: shell-script