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.
https://xabe.net/product/xabe_ffmpeg/
Other
711 stars 126 forks source link

callback on ExtractEveryNthFrame #451

Open darknight2023 opened 1 year ago

darknight2023 commented 1 year ago

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?

tomaszzmuda commented 1 year ago

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