We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice if mediainfo could grab audio, subtitle and chapter information from the ..\ADV_OBJ\VPLST000.XPL file.
..\ADV_OBJ\VPLST000.XPL
If one where to open FEATURE_1.EVO with mediainfo it could for example look for FEATURE_1.MAP in the VPLST000.XPL file.
VPLST000.XPL
Here is an example of the audio and subs format inside the VPLST000.XPL file:
<PrimaryAudioVideoClip titleTimeBegin="00:00:00:00" titleTimeEnd="01:09:57:25" src="file:///dvddisc/HVDVD_TS/FEATURE_1.MAP" dataSource="Disc"> <Video track="1" mediaAttr="1"/> <Audio track="1" streamNumber="1" mediaAttr="1" description="English 5.1"/> <Audio track="2" streamNumber="2" mediaAttr="1" description="French 5.1"/> <Audio track="3" streamNumber="3" mediaAttr="1" description="Director's Commentary"/> <Subtitle track="1" streamNumber="1" mediaAttr="1" description="English SDH"/> <Subtitle track="2" streamNumber="2" mediaAttr="1" description="French"/> <Subtitle track="3" streamNumber="3" mediaAttr="1" description="French Forced"/> <SubVideo track="1" mediaAttr="1" /> <SubAudio track="1" mediaAttr="1" /> </PrimaryAudioVideoClip>
Here is an example of the chapter format inside the VPLST000.XPL file:
<ChapterList> <Chapter displayName="'Dead' Man" titleTimeBegin="00:00:00:00" /> <Chapter displayName="It's Not Coming Back" titleTimeBegin="00:06:27:45" /> <Chapter displayName="To Switzerland" titleTimeBegin="00:08:34:17" /> <Chapter displayName="The Wombosi Problem" titleTimeBegin="00:11:37:47" /> <Chapter displayName="My Name is Jason Bourne" titleTimeBegin="00:13:37:30" /> <Chapter displayName="The American Embassy" titleTimeBegin="00:19:42:05" /> <Chapter displayName="Find Jason Bourne" titleTimeBegin="00:25:39:27" /> <Chapter displayName="Marie Helena Kreutz" titleTimeBegin="00:29:15:10" /> <Chapter displayName="Home" titleTimeBegin="00:36:34:05" /> <Chapter displayName="Assassin" titleTimeBegin="00:43:54:05" /> <Chapter displayName="The Right Thing" titleTimeBegin="00:48:24:47" /> <Chapter displayName="Paris Pursuit" titleTimeBegin="00:51:49:05" /> <Chapter displayName="Mr. Kane's Hotel Bill" titleTimeBegin="01:01:57:42" /> <Chapter displayName="The Wombosi Connection" titleTimeBegin="01:09:57:25" /> <Chapter displayName="Eamon" titleTimeBegin="01:18:41:18" /> <Chapter displayName="The Killer Outside" titleTimeBegin="01:23:54:57" /> <Chapter displayName="Bourne's Game" titleTimeBegin="01:31:34:37" /> <Chapter displayName="A Malfunctioning Weapon" titleTimeBegin="01:38:34:15" /> <Chapter displayName="Forced Retirement" titleTimeBegin="01:45:06:57" /> <Chapter displayName="End Titles" titleTimeBegin="01:51:27:10" /> </ChapterList>
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice if mediainfo could grab audio, subtitle and chapter information from the
..\ADV_OBJ\VPLST000.XPL
file.If one where to open FEATURE_1.EVO with mediainfo it could for example look for FEATURE_1.MAP in the
VPLST000.XPL
file.Here is an example of the audio and subs format inside the
VPLST000.XPL
file:Here is an example of the chapter format inside the
VPLST000.XPL
file:Thanks!
The text was updated successfully, but these errors were encountered: