Click here to Skip to main content
15,899,313 members

Comments by Member 9141129 (Top 1 by date)

Member 9141129 18-Jul-12 1:04am View    
Getting the Count of Audio and video stream in a .MP4 files and its properties

Count of video streams
Count of audio streams
For each video stream:
* language
* bitrate mode (fixed or variable)
* maximum bitrate
* length (seconds)
* stream size (megabytes)
* frame size
* framerate
* codec info
* codec profile
for each audio stream:
* language
* bitrate mode (fixed or variable)
* maximum bitrate
* length (seconds)
* stream size (megabytes)
* channels count
* codec info

This must be a completely managed and safe code, and it has to run on Windows Phone 7 (test it on Windows Phone 7).

Is anyone have any suggestion how we can do this.