02-23-2020, 05:54 AM
I am trying to record the screen of the Pinebook Pro with audio from the webcam mic.
I tried Kazam, but it can only record in AVI (huge file and audio died after 30 seconds!) and not with h264.
I'm testing with FFMPEG, but I get audio drops and the image quality is not what I hoped for.
This is the command I'm using at the moment:
ffmpeg -video_size 1920x1080 -framerate 30 -f x11grab -i :0.0 -vcodec libx264 -c:v h264_rkmpp -thread_queue_size 32 -f alsa -ac 2 -i hw:0 output.mkv
Anyone has a working solution for recording the screen, or knows how to tweak FFMPEG?
I also installed the package x264 from the Synaptic Package Manager.
I tried Kazam, but it can only record in AVI (huge file and audio died after 30 seconds!) and not with h264.
I'm testing with FFMPEG, but I get audio drops and the image quality is not what I hoped for.
This is the command I'm using at the moment:
ffmpeg -video_size 1920x1080 -framerate 30 -f x11grab -i :0.0 -vcodec libx264 -c:v h264_rkmpp -thread_queue_size 32 -f alsa -ac 2 -i hw:0 output.mkv
Anyone has a working solution for recording the screen, or knows how to tweak FFMPEG?
I also installed the package x264 from the Synaptic Package Manager.