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?
@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.
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.
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.