Dear Friends,
I want to compressed my video size without losing its quality using visual basic .net Is there is a way to do this .... Any tool or dll that can be used for this purpose ....
Please enlighten my way .....
Thanks,
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.
Pradeep AnandPosted Aug 20, 2015, 11:28 AM
The post Rajeesh suggested uses the same FFmpeg tool mentioned in pritaeas's post.
Although FFmpeg has good reputation, it remains a command-line utility, meaning you will always have to spawn a new process for each compression operation you want to do.
You need to decide if this is acceptable for your application. If not, you can use a library that does the compression inside your own process, such as LeadTools or LibVLC.Rajeesh MenothPosted Aug 18, 2015, 8:04 AM
Guest UserPosted Aug 18, 2015, 7:20 AM