From 795868eaa34260bc941879f12d8bc108c2a3908f Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 2 May 2024 14:44:22 +0200 Subject: [PATCH] wip --- content/blogs/transcoder/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blogs/transcoder/index.md b/content/blogs/transcoder/index.md index 914d504..5d105d9 100644 --- a/content/blogs/transcoder/index.md +++ b/content/blogs/transcoder/index.md @@ -88,12 +88,12 @@ When I think of videos, my first thought initially goes to ffmpeg. As always, ff ffmpeg -i in.mkv -f hls ... ``` -But this approach has a few caveats. The most important one is the time it takes. This command will produce HLS segments one at a time starting from the first. Streaming this file will show users a video of 30s growing untill the command has finished. +But this approach has a few caveats. The most important one is the time it takes. This command will produce HLS segments one at a time starting from the first. Streaming this file will show users a video of 30s growing until the command has finished. ![vlc gif of this command playback] The user can't seek past the transcoded end - If we want to quality switches, we need a command like this: +If we want to have automatic quality switches, we need a command like this: ```bash ffmpeg -map