HardDesign: Video Streaming Platform (YouTube/Netflix)
A transcoding job for a 3-hour movie takes 45 minutes. How do you parallelize it?
— Tests your understanding of this concept.
Answer Options
AUse a faster server
BSplit movie into 1-minute segments, transcode each segment independently in parallel, merge results
CUse GPU instead of CPU
DReduce output quality
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 22+ more Design: Video Streaming Platform (YouTube/Netflix) questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the Design: Video Streaming Platform (YouTube/Netflix) topic (System Design Cases).
More Design: Video Streaming Platform (YouTube/Netflix) Questions
Why is video transcoding necessary before streaming?
HardWhat is HLS (HTTP Live Streaming)?
HardWhy are CDN cache TTLs set to very long (1 year) for video segments?
HardA creator uploads a 2-hour 4K video. How do you transcode it in under 5 minutes?
HardHow does adaptive bitrate streaming decide which quality to serve?
Hard