I´m developing a Video Upload and View Solution over HTML5 and I would like to know if there is a way to get the video info in the client in javascript. I think that this is not posible.
In other hands I suppose it may be posible in C#.
Do you have any idea?
Finally I didn´t get any information at the client, no more than the extension, so you don´t know nothing about the codecs, resolution and others in the client. You have to send it to the server and process it and for me the best option is FFMPEG.