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

Extract video frames to MemoryStream.

TMworldTM opened this issue · comments

Is it possible to extract each frame from a video into a separate MemoryStream?

I tried to do it with <IConversion>.PipeOutput(PipeDescriptor.stdout) and <IConversion>.OnVideoDataReceived but no information is output in OnVideoDataReceived.

Hello @TMworldTM
It's not possible with current implementation. It can be changed and it should work but I won't have time for that in nearest future.

Okay.