From 1a0e2558fa5c27c77662834adb17357e3ecfdad7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 5 Mar 2015 16:46:02 +0100 Subject: screencast: improve quality a bit Signed-off-by: Florian Pritz --- screencast | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/screencast b/screencast index cc7ef57..2107e98 100755 --- a/screencast +++ b/screencast @@ -1,3 +1,4 @@ #!/bin/bash -ffcast -w % ffmpeg -r 30 -f x11grab -s %wx%h -i %d+%x,%y -an -vcodec libx264 -preset medium -pix_fmt yuv444p -crf 26 ./screencast$(date -Iseconds).mp4 +ffcast -w % ffmpeg -r 30 -f x11grab -s %wx%h -i %d+%x,%y -an -vcodec libx264 -preset medium -pix_fmt yuv444p -crf 25 ./screencast$(date -Iseconds).mp4 +#ffcast -w % ffmpeg -r 30 -f x11grab -s %wx%h -i %d+%x,%y -an -vcodec libvpx -preset medium -pix_fmt yuv444p -crf 25 ./screencast$(date -Iseconds).webm -- cgit v1.2.3-24-g4f1b