I want to screencast my minecraft gaming.
I did this firstly with recordmydesktop
(and gtk-recordmydesktop
). It works fine, but the file size is too high (564MB for about 5 min).
I also tested Kazam and switched the Codec to H264, AVI and WEBM. The file size is even larger.
Any suggestions for programs or other solutions?
fmpeg -y -i your_recording.mp4 -s 480x320 -threads 8 -f webm -vcodec libvpx -deinterlace -g 120 -level 216 -profile 0 -qmax 42 -qmin 10 -rc_buf_aggressivity 0.95 -vb 2M -acodec libvorbis -aq 90 -ac 2 your_recording.webm
– Panther May 16 '15 at 15:42