diff options
Diffstat (limited to 'screencast')
-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 |