Xabe.FFmpeg icon indicating copy to clipboard operation
Xabe.FFmpeg copied to clipboard

Way to capture in memory the frame being converted?

Open RejectKid opened this issue 4 years ago • 1 comments

2 part question.

I'm looking to point to a udp url and I'd like to grab the bitmap/image/frame while its converting. It seems most things in this lib relate to using a file and the the OnProgress and OnDataReceived dont seem to have the image data in them

  1. is this possible
  2. how would you do this?

RejectKid avatar Sep 11 '20 20:09 RejectKid

It cannot be done right now. You can achieve that using named pipelines and listen in second app. But I will really appreciate if you share your solutions and/or create PR :)

tomaszzmuda avatar Sep 14 '20 20:09 tomaszzmuda