Thread: MediaInfo.NET
View Single Post
Old 15th September 2019, 23:21   #5  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
In staxrip there is a context menu where you can toogle user/developer view, I don't know how it's named and used in the original GUI.

Raw view shows what property name you pass to the API and what value you will get for this property, it looks like this:

Code:
General

CompleteName             : D:\Samples\Big Buck Bunny.mkv
Format/String            : Matroska
Format_Version           : Version 4
FileSize/String          : 1.56 GiB
Duration/String          : 10 min 34 s
OverallBitRate/String    : 21.2 Mb/s
Encoded_Application/String: Lavf58.20.100
Encoded_Library/String   : Lavf58.20.100
ErrorDetectionType       : Per level 1

Video

ID/String                : 1
Format/String            : VP9
CodecID                  : V_VP9
Duration/String          : 10 min 34 s
Width/String             : 3 840 pixels
Height/String            : 2 160 pixels
DisplayAspectRatio/String: 16:9
FrameRate_Mode/String    : Constant
FrameRate/String         : 60.000 FPS
ColorSpace               : YUV
Language/String          : English
Default/String           : Yes
Forced/String            : No
colour_range             : Limited
colour_primaries         : BT.709
transfer_characteristics : BT.709
matrix_coefficients      : BT.709

Audio

ID/String                : 2
Format/String            : AAC LC
Format/Info              : Advanced Audio Codec Low Complexity
CodecID                  : A_AAC-2
Duration/String          : 10 min 34 s
Channel(s)/String        : 6 channels
ChannelLayout            : C L R Ls Rs LFE
SamplingRate/String      : 48.0 kHz
FrameRate/String         : 46.875 FPS (1024 SPF)
Compression_Mode/String  : Lossy
Title                    : ISO Media file produced by Google Inc. Created on: 12/12/2018.
Default/String           : Yes
Forced/String            : No
The normal view looks different:

Code:
General

Complete name            : D:\Samples\Big Buck Bunny.mkv
Format                   : Matroska
Format version           : Version 4
File size                : 1.56 GiB (1601 MB)
Duration                 : 10 min 34 s
Overall bit rate         : 21.2 Mb/s
Writing application      : Lavf58.20.100
Writing library          : Lavf58.20.100
ErrorDetectionType       : Per level 1

Video

ID                       : 1
Format                   : VP9
Codec ID                 : V_VP9
Duration                 : 10 min 34 s
Width                    : 3 840 pixels
Height                   : 2 160 pixels
Display aspect ratio     : 16:9
Frame rate mode          : Constant
Frame rate               : 60.000 FPS
Color space              : YUV
Language                 : English
Default                  : Yes
Forced                   : No
Color range              : Limited
Color primaries          : BT.709
Transfer characteristics : BT.709
Matrix coefficients      : BT.709

Audio

ID                       : 2
Format                   : AAC LC
Format/Info              : Advanced Audio Codec Low Complexity
Codec ID                 : A_AAC-2
Duration                 : 10 min 34 s
Channel(s)               : 6 channels
Channel layout           : C L R Ls Rs LFE
Sampling rate            : 48.0 kHz
Frame rate               : 46.875 FPS (1024 SPF)
Compression mode         : Lossy
Title                    : ISO Media file produced by Google Inc. Created on: 12/12/2018.
Default                  : Yes
Forced                   : No

Last edited by stax76; 15th September 2019 at 23:39.
stax76 is offline   Reply With Quote