diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-03-05 16:46:02 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-03-05 16:46:02 +0100 |
commit | 1a0e2558fa5c27c77662834adb17357e3ecfdad7 (patch) | |
tree | 932b2dcafcbb9ed0f6c89c3fadf90acc8810bc72 | |
parent | 19dfce5b99c2bb0ce0f95562264b2e6e6849803e (diff) | |
download | bin-1a0e2558fa5c27c77662834adb17357e3ecfdad7.tar.gz bin-1a0e2558fa5c27c77662834adb17357e3ecfdad7.tar.xz |
screencast: improve quality a bit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | screencast | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |