Click here to Skip to main content
15,895,656 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to reduce the video size or compress the video in asp.net c#

What I have tried:

I want to reduce the video file size while file uploading but i am not getting any proper solution
Posted
Updated 11-May-18 22:07pm

1 solution

Maybe you can use a converter like FFMPEG using a library like this: CodePlex Archive[^]
Usually converting to H264 or H265 offers the best compression, also you could opt to reduce the width and height (resolution) of the video.
If you want to do things professionaly, you could buy the Intel IPP library: Intel IPP[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900