1
0
Fork 0

zsh: improve cutvid help text

This commit is contained in:
tastytea 2023-01-26 09:51:17 +01:00
parent 41fdd2751e
commit cff89b2342
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ if [[ ${#o_help} -ne 0 || ! -v 2 || ${#o_from} -ne 2 || ${#o_to} -ne 2 ]]; then
"<INPUT FILE> <OUTPUT FILE> [FFMPEG OPTIONS]"
print "\e[3mYou can set bitrates with -b:v and -b:a in FFMPEG OPTIONS." \
"The -vn / -an / -sn / -dn options can be used to skip inclusion of" \
"video, audio, subtitle and data streams respectively."
"video, audio, subtitle and data streams respectively." \
"Use -s WIDTHxHEIGHT to scale."
print "Visit <https://trac.ffmpeg.org/wiki#Encoding> for tips\e[0m"
return ${ret}
fi