Add support for default and forced track flags for mkv files
A unified display of relevant technical and tag data for A/V files
Brought to you by:
guillaumeroques,
zenitram
I'm not sure of OGM files has support for the same, but it isn't too unlikely.
OGM does not have this, unfortunalty (or I don't know where it is... If you have samples of OGM files with forced/default track, I am interested in)
Just wanted to chime in and say I'm also looking for this feature. I use MediaInfo.dll in a project I'm working on, and I'd really like to be able to get these two flags from MKV files. When dropping an MKV file into MKVMerge GUI, these flags are correctly set to the current values for the tracks, so this info must be in the MKV file somewhere.
ok, ok... I am on good mood today ;-), I quickly added 2 new fields
Audio #1
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : HE-AAC / LC
Codec ID : A_AAC/MPEG4/LC/SBR
Duration : 2h 50mn
Channel(s) : 2 channels
Sampling rate : 44.1 KHz / 22.05 KHz
Compression mode : Lossy
Language : French
Default : Yes
Forced : No
Audio #2
ID : 3
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : HE-AAC / LC
Codec ID : A_AAC/MPEG4/LC/SBR
Duration : 2h 50mn
Channel(s) : 2 channels
Sampling rate : 44.1 KHz / 22.05 KHz
Compression mode : Lossy
Language : English
Default : No
Forced : No
Feature request done.
Available in the latest development snapshot:
https://sourceforge.net/projects/mediainfo/files/development_snapshots/
or next official release.
MKVToolNix Gui has a "Properties" pane which shows these two flags, as well as several others, most notably "Commentary" and "Visual Impaired". Mkvpropedit allows the setting of these flags with "--set flag-commentary=1" and "--set flag-visual-impaired=1" to name just the two. Is there any way to get at these flags via custom code that makes calls to MediaInfo.dll?
Last edit: leoblue 2023-08-23