Ruby gem wrapping the ffmpeg command line. Offers a custom DSL for transcoding, but the talk recommends ignoring the DSL and passing custom ffmpeg arguments directly for better control and optimization. Main reason to keep the library: a convenient progress-tracking API that parses ffmpeg output so callers don't have to compute percentage themselves.