1
0
Fork 0

cutvid: update help text

This commit is contained in:
tastytea 2023-09-12 16:48:25 +02:00
parent a47ec07132
commit b4a9848a1a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 4 additions and 3 deletions

View File

@ -19,10 +19,11 @@ if [[ ${#o_help} -ne 0 || ! -v 2 || ${#o_from} -ne 2 || ${#o_to} -ne 2 ]]; then
"--from <HH:MM:SS.MMM> --to <HH:MM:SS.MMM>" \
"[--vencoder <ENCODER>] [--aencoder <ENCODER>]" \
"[--hardcode-subs <NUM>] <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" \
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." \
"Use -s WIDTHxHEIGHT to scale."
"use -s WIDTHxHEIGHT to scale." \
"for x264, use -crf 18 and -tune {animation,film,…}"
print "Visit <https://trac.ffmpeg.org/wiki#Encoding> for tips\e[0m"
return ${ret}
fi