Fix cutvid completion
This commit is contained in:
parent
a6aa229368
commit
fe36e49563
|
@ -29,14 +29,14 @@ function _cutvid_aencoders()
|
||||||
|
|
||||||
_arguments '-h[short help text]' \
|
_arguments '-h[short help text]' \
|
||||||
'--help[short help text]' \
|
'--help[short help text]' \
|
||||||
'--from[timestamp]:language:' \
|
'--from[timestamp]:timestamp:' \
|
||||||
'--to[timestamp]:language:' \
|
'--to[timestamp]:timestamp:' \
|
||||||
'--vencoder[video encoder]:encoder:_cutvid_vencoders' \
|
'--vencoder[video encoder]:encoder:_cutvid_vencoders' \
|
||||||
'--aencoder[audio encoder]:encoder:_cutvid_aencoders' \
|
'--aencoder[audio encoder]:encoder:_cutvid_aencoders' \
|
||||||
'--hardcode-subs[hardcode ASS subtitles]' \
|
'--hardcode-subs[hardcode ASS subtitles]' \
|
||||||
'1:input file:_files' \
|
'1:input file:_files' \
|
||||||
'2:output file:_files' \
|
'2:output file:_files' \
|
||||||
'*:ffmpeg options:_ffmpeg'
|
'*:ffmpeg options:'
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: shell-script
|
# mode: shell-script
|
||||||
|
|
Loading…
Reference in New Issue
Block a user