how to save binary array video to mp4 in asp.net c#
how to save binary array video to mp4 in asp.net c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
marsel jahbazPosted May 28, 2015, 8:46 AM
If the source video loaded to the binary array is MP4 then dumping the array to a file and naming it .MP4 should be enough as prasanna suggested.
If the source video is from a different type, then you need to convert it to the format you want first. I used leadtools controls to create my converting application but I used disk videos in the convert operation but their control also works with streams so that might be helpful in your case.
prasanna mahajanPosted Jan 17, 2015, 7:48 AM