>>950What was the audio again?
—–
ffmpeg -f x11grab -video_size 1366x768 -i $DISPLAY -c:v libx264 output.mkv
And if you want to convert to webm
ffmpeg -i output.mkv -c:v libvpx -crf 10 -b:v 1M q.webm
It's really easy and get great quality, I don't know how everyone do weird things that end badly.
You can try this too, Terry. To record your screen in Linux.
ffmpeg -f x11grab -video_size 1366x768 -i $DISPLAY -c:v libx264 output.mkv
——
Does YouTube recognize mkv format?