From b4a9848a1a342bbe1a6e18305c0393c82e2e603d Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 12 Sep 2023 16:48:25 +0200 Subject: [PATCH] cutvid: update help text --- .config/zsh/functions/cutvid | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/zsh/functions/cutvid b/.config/zsh/functions/cutvid index e83e559..30b110f 100755 --- a/.config/zsh/functions/cutvid +++ b/.config/zsh/functions/cutvid @@ -19,10 +19,11 @@ if [[ ${#o_help} -ne 0 || ! -v 2 || ${#o_from} -ne 2 || ${#o_to} -ne 2 ]]; then "--from --to " \ "[--vencoder ] [--aencoder ]" \ "[--hardcode-subs ] [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 for tips\e[0m" return ${ret} fi