Click here to Skip to main content
15,880,854 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone,

I'm in a situation with one of my project. I'm creating an application in .NET where i need to convert the video in such a way that it should compress the video also, by compression here i mean not to apply GZip... I need to convert it so that it reduce the size of the video to play in Android device... Will it be possible for me to have code written in .NET so that i can convert my mp4 video so that i will have video with reduced size to play in Android 7 inch tablet.... Please help me!!!

Your suggestions are really valuable for me at this moment of time....
Posted

1 solution

Such codec written purely in c# would be slow. I suggest you look for ffmpeg or mencoder wrapper on the net, or simply call one of these command line tools from your code.
You could use these ones:
sharpffmpeg/[^]
FFLib[^]
MencoderSharp[^]
 
Share this answer
 

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