Kalpna Thakur

Kalpna Thakur

  • NA
  • 1
  • 1.8k

Getting the Count of Audio and video stream in a .MP4 files and its properties

Jul 18 2012 3:00 AM
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.