Converting OGG to MP4 for Google Pages

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!

This work by Fredrik Wendt is licensed under CC by-sa.