Ross H.

A MATLAB FFmpeg wrapper

MATLAB has a built-in video writer, but it is best used for creating uncompressed .AVIs. For making compressed videos a dedicated video encoder is going to be the better choice. Here I demo my MATLAB FFmpeg wrapper (for windows machines) for converting image sequences into videos with flexible options.

Exporting Plots in MATLAB: A Guide for the Perfectionist

Here I outline several ways to automate exporting figures from MATLAB. One method in particular produces the crispest images, though it can introduce some annoying artifacts. But, I’ll also show how I address those.