Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 5th, 2012  |  syntax: None  |  size: 0.47 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Getting the Count of Audio and video stream in a .MP4 files and its properties
  2. Count of video streams
  3. Count of audio streams
  4. For each video stream:
  5. * language
  6. * bitrate mode (fixed or variable)
  7. * maximum bitrate
  8. * length (seconds)
  9. * stream size (megabytes)
  10. * frame size
  11. * framerate
  12. * codec info
  13. * codec profile
  14. for each audio stream:
  15. * language
  16. * bitrate mode (fixed or variable)
  17. * maximum bitrate
  18. * length (seconds)
  19. * stream size (megabytes)
  20. * channels count
  21. * codec info