Filtering

Introduction

MediaInfo has a specific feature, which permit to filter streams from a stream having multiple substreams, for speed improvement or for only having what you really want in the result from MediaInfo.
Currently, this feature is supported with the following parsers:
  • MPEP-TS (MPEG Transport Stream)

Steps

Adding a filter

MediaInfo::Options("File_Filter", "***The program number***")

Adding a filter

MediaInfo::Options("File_Filter", "***The program number***;0")
NOT YET IMPLEMENTED.