summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-03-05 16:46:02 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-03-05 16:46:02 +0100
commit1a0e2558fa5c27c77662834adb17357e3ecfdad7 (patch)
tree932b2dcafcbb9ed0f6c89c3fadf90acc8810bc72
parent19dfce5b99c2bb0ce0f95562264b2e6e6849803e (diff)
downloadbin-1a0e2558fa5c27c77662834adb17357e3ecfdad7.tar.gz
bin-1a0e2558fa5c27c77662834adb17357e3ecfdad7.tar.xz
screencast: improve quality a bit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xscreencast3
1 files changed, 2 insertions, 1 deletions
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