tags:

views:

225

answers:

1

I'm working on asp.net using C#. My problem is I can use command line program to convert those video but I don't know how to get the dimension of the video to decide the bitrate of video.

Plz help me out of this problem.

+1  A: 

take a look a the tao framework. It can help you get metadata of files in .net http://www.taoframework.com/project/ffmpeg

Byron Whitlock