Google Docs documents, as well as their “wiki” (pages), can embed videos but the actual files can’t use the default format used by GtkRecordMyDesktop. Thus I typically need to transcode it. Luckily, changing the container is enough.
ffmpeg -i out-18.ogv how-to-refactor-to-patterns-18.mp4
That’s it!