Add dump video support in LINQPad
Options
Proposal class:
LINQPad.Controls.Video
Proposal util class:
Util.Video(byte[], Util.ScaleMode);
Comments
-
@JoeAlbahari Hi, can you take a look on this one?
-
This is easy enough to do, although specifying content as a byte array could be problematic. What's the scenario for specifying the video as a byte array?
-
Check out 7.6.1 - there's now a Video control in LINQPad.Controls.
-
@JoeAlbahari said:
This is easy enough to do, although specifying content as a byte array could be problematic. What's the scenario for specifying the video as a byte array?Thanks, I write https://github.com/sdcb/Sdcb.FFmpeg, which can generate video from memory, so that I can fast test without save it into folder.