tomaszzmuda / Xabe.FFmpeg

.NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from dotnet core application.

Home Page:https://xabe.net/product/xabe_ffmpeg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raw data as input

invalidtask opened this issue · comments

Is it possible to use a raw data stream of bytes as an input? I know this is possible with ffmpeg on its own, but is it possible to do with this library? If so, how? Thank you