Skip to content

Commit ec8848a

Browse files
committed
feat: add mpeg4 video test suite for simple profile
- "result": "" until to know if reference decoder is (FFMpeg mpeg4)
1 parent ba8205f commit ec8848a

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "MPEG4_VIDEO-SimpleProfile",
3+
"codec": "MPEG4_VIDEO",
4+
"description": "ISO IEC 14496-4 MPEG4 video simple profile test suite",
5+
"test_vectors": [
6+
{
7+
"name": "ti_sdtv",
8+
"source": "https://standards.iso.org/ittf/PubliclyAvailableStandards/c041491_ISO_IEC0_14496-4_2004_Amd_10_2005_Conformance_Testing/A6-GE20.tgz",
9+
"source_checksum": "1b18bf85c167fade4197593351a26878",
10+
"input_file": "A6-GE20/ti_sdtv.cmp",
11+
"profile": "Simple Profile",
12+
"output_format": "yuv420p",
13+
"result": ""
14+
},
15+
{
16+
"name": "ti_vga",
17+
"source": "https://standards.iso.org/ittf/PubliclyAvailableStandards/c041491_ISO_IEC0_14496-4_2004_Amd_10_2005_Conformance_Testing/A6-GE19.tgz",
18+
"source_checksum": "49bdbc26df25b0233900066559c0825e",
19+
"input_file": "A6-GE19/ti_vga.cmp",
20+
"profile": "Simple Profile",
21+
"output_format": "yuv420p",
22+
"result": ""
23+
},
24+
{
25+
"name": "nok_720p",
26+
"source": "https://standards.iso.org/ittf/PubliclyAvailableStandards/c046298_ISOIEC_14496-4_2004_Amd_28_2008_bitstreams.zip",
27+
"source_checksum": "55a360d78c9c9917abbf68f9c7955074",
28+
"input_file": "C046298e_Electronic_inserts/nok_720p.cmp",
29+
"profile": "Simple Profile",
30+
"output_format": "yuv420p",
31+
"result": ""
32+
}
33+
],
34+
"handle_terms": true,
35+
"test_method": "md5"
36+
}

0 commit comments

Comments
 (0)