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

callback on ExtractEveryNthFrame

darknight2023 opened this issue · comments

GREET,

I am using ExtractEveryNthFrame to extract images from a video file. It works well.
Can I create a callback function when the image is created and saved to disk?

Hello,

You can try to use OnDataReceived event. There should be some information about progress.
I don't plan to add any callback or event when image is created