Using the keyboard shortcut Command + Shift + 5 records screen nicely, but the output video is in Mov format, which makes it not playable (stream playing) in Google Chrome.
Is there a way to make it output video in Mp4?
Transcoding Mov to Mp4 is quite time-consuming.
.movfile into.mp4, e.g.ffmpeg -i input.mov output.mp4– hanxue Oct 01 '19 at 06:43