← Graph

Download first vs transcode from URL is not universal

takeaway 1 connections

ffmpeg can transcode from a URL (downloading only what it needs), which is theoretically faster than download-then-transcode. In practice, some input codec/file combinations are pathological — the talk's team observed 50× slowdowns (not 15×), producing customer complaints of videos 'still processing since yesterday'. Download-first also handles network interruptions more gracefully (resumable download vs non-resumable transcode). There is no universal answer.

type
warning
takeaway Download first vs transcode from URL is not universal
from_talk
Tip #4: no universal solution; URL transcoding can be 50× slower.

Provenance