|
|
|
|
|
by thrdbndndn
859 days ago
|
|
No it doesn't. FFMPEG can seek video directly without loading all the content, even for Dash/HLS (but in this case yt-dlp typically returns a plain HTTP source, which I assume internally FFMPEG uses HTTP header range to seek?) Keep in mind you need to make sure to use input seeking, though (-ss before -i). Also I'm not sure why they need `-vf scale="0:-1"` part. |
|