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

Can this library be used to stream video? #75

Closed SuperJMN closed 3 years ago

SuperJMN commented 3 years ago

Excuse me for the question instead of an issue.

I would like to create a stream using sequences of still pictures (30 images per second). I'm looking for a library to create the video stream (optionally, with audio), in order to consume it by an application like VLC or similar.

Is it possible? If so, could you please provide an example?

Big thanks in advance.

radek-k commented 3 years ago

No, this library doesn't support video streaming.