ubports / unity8-desktop-install-tools

65 stars 21 forks source link

screencasting doesn't work #23

Open pixelr0 opened 6 years ago

pixelr0 commented 6 years ago

install miscreencast "sudo apt install mir-utils" run mirscreencast --stdout -m /run/mir_socket -s 1920 1080 --cap-interval 2 | ffmpeg -f rawvideo -pix_fmt bgra -s 1920x1080 -r 30 -i - -c:v libx264 -preset ultrafast -f matroska cast_full.mkv to record

not sure what i'm doing wrong :D