radek-k / FFMediaToolkit

FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
MIT License
352 stars 56 forks source link

Downloading M3U8 Streams #90

Closed InteXX closed 3 years ago

InteXX commented 3 years ago

Can this tool be used to download an M3U8 stream?

For example, here's the command line I've been using:

ffmpeg -i https://domain.com/directory/playlist.m3u8 -c copy "D:\TargetFolder\TargetVideo.mp4"

But I'd like to move the task into managed code, hopefully with progress reporting.

What would be the FFMediaToolkit equivalent for this?

radek-k commented 3 years ago

M3U8 downloading is not supported.