Skip to content

Commit

Permalink
Matroska tag: Detection for VVC
Browse files Browse the repository at this point in the history
This will detect VVC Matroska video tag official from Matroska format.
  • Loading branch information
MartinEesmaa committed Nov 26, 2024
1 parent 9d2dcd1 commit 98a5e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/MediaInfo/MediaInfo_Config_Automatic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,7 @@ void MediaInfo_Config_CodecID_Video_Matroska (InfoMap &Info)
"V_MPEG4/ISO/AP;MPEG-4 Visual;;Advanced Profile;http://ffdshow-tryout.sourceforge.net/\n"
"V_MPEG4/ISO/AVC;AVC;;;http://ffdshow-tryout.sourceforge.net/\n"
"V_MPEGH/ISO/HEVC;HEVC\n"
"V_MPEGI/ISO/VVC;VVC\n"
"V_MPEG4/MS/V2;MPEG-4 Visual;MS MPEG-4 v2;MS MPEG-4 v2;http://ffdshow-tryout.sourceforge.net/\n"
"V_MPEG4/MS/V3;MPEG-4 Visual;MS MPEG-4 v3;MS MPEG-4 v3;http://ffdshow-tryout.sourceforge.net/\n"
"V_MPEG1;MPEG Video;;MPEG 1 or 2 Video;http://ffdshow-tryout.sourceforge.net/\n"
Expand Down
1 change: 1 addition & 0 deletions Source/Resource/Text/DataBase/CodecID_Video_Matroska.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ V_MPEG4/ISO/ASP;MPEG-4 Visual;;Advanced Simple Profile;http://www.xvid.org/Downl
V_MPEG4/ISO/AP;MPEG-4 Visual;;Advanced Profile;http://ffdshow-tryout.sourceforge.net/
V_MPEG4/ISO/AVC;AVC;;;http://ffdshow-tryout.sourceforge.net/
V_MPEGH/ISO/HEVC;HEVC;;;
V_MPEGI/ISO/VVC;VVC;;;
V_MPEG4/MS/V2;MPEG-4 Visual;MS MPEG-4 v2;MS MPEG-4 v2;http://ffdshow-tryout.sourceforge.net/
V_MPEG4/MS/V3;MPEG-4 Visual;MS MPEG-4 v3;MS MPEG-4 v3;http://ffdshow-tryout.sourceforge.net/
V_MPEG1;MPEG Video;;MPEG 1 or 2 Video;http://ffdshow-tryout.sourceforge.net/
Expand Down

0 comments on commit 98a5e26

Please sign in to comment.