-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add shortcuts to tracks (audio_tracks, video_tracks…), fixes #95
Also add the following to improve tests: * Chapters to sample.mkv. * An image test file. * A MediaInfo XML output for a file containing tracks of type "Other".
- Loading branch information
Showing
6 changed files
with
148 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Mediainfo version="20.09"> | ||
<File> | ||
<track type="General"> | ||
<Complete_name>test.mxf</Complete_name> | ||
</track> | ||
<track type="Video"> | ||
<ID>2</ID> | ||
<Format>MPEG Video</Format> | ||
<Format_version>Version 2</Format_version> | ||
</track> | ||
<track type="Audio"> | ||
<ID>3</ID> | ||
<Format>PCM</Format> | ||
</track> | ||
<track type="Other" typeorder="1"> | ||
<ID>1-Material</ID> | ||
<Type>Time code</Type> | ||
<Format>MXF TC</Format> | ||
<Frame_rate>25.000 FPS</Frame_rate> | ||
<Time_code_of_first_frame>00:00:00:00</Time_code_of_first_frame> | ||
<Time_code_settings>Material Package</Time_code_settings> | ||
<Time_code__striped>Yes</Time_code__striped> | ||
</track> | ||
<track type="Other" typeorder="2"> | ||
<ID>1-Source</ID> | ||
<Type>Time code</Type> | ||
<Format>MXF TC</Format> | ||
<Frame_rate>25.000 FPS</Frame_rate> | ||
<Time_code_of_first_frame>00:00:00:00</Time_code_of_first_frame> | ||
<Time_code_settings>Source Package</Time_code_settings> | ||
<Time_code__striped>Yes</Time_code__striped> | ||
</track> | ||
</File> | ||
</Mediainfo> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters