← Graph

Use ffmpeg presets

takeaway 2 connections

ffmpeg ships presets from ultrafast to ultraslow covering common configurations. Use fast presets for the lowest-resolution version that should reach users ASAP (at the cost of larger size and possibly slightly worse quality); slower presets for higher-quality variants. Also: splitting an input file into smaller chunks and transcoding them in parallel further accelerates transcoding — a technique the speaker learned too late to apply.

type
recommendation
takeaway Use ffmpeg presets
about
FFmpeg tool
Concerns ffmpeg's ultrafast…ultraslow presets.
takeaway Use ffmpeg presets
from_talk
Tip #5: use presets; also mentions parallel-chunk transcoding.

Provenance