From ea3a1179639e7b6ab79ae4821691a573713771b2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 13 Aug 2022 02:49:54 +0200 Subject: [PATCH] add more info to cutvis help text --- .config/zsh/functions/cutvid | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/zsh/functions/cutvid b/.config/zsh/functions/cutvid index 555f30a..3a3fea9 100755 --- a/.config/zsh/functions/cutvid +++ b/.config/zsh/functions/cutvid @@ -19,8 +19,10 @@ 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 -l "\e[3mYou can set bitrates with -b:v and -b:a in FFMPEG OPTIONS" \ - "Visit for tips\e[0m" + 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." + print "Visit for tips\e[0m" return ${ret} fi