diff --git a/test/video-mkv-aac/index.html b/test/video-mkv-aac/index.html new file mode 100755 index 0000000..f8420cb --- /dev/null +++ b/test/video-mkv-aac/index.html @@ -0,0 +1,26 @@ + + + + HTML Test Page + + + + + + +
+
Test 1 - MKV + AAC audio
+ +
Test 2 - MKV + MP3 audio
+ + +
+ + + diff --git a/test/video-mkv-aac/style.css b/test/video-mkv-aac/style.css new file mode 100755 index 0000000..5026752 --- /dev/null +++ b/test/video-mkv-aac/style.css @@ -0,0 +1,4 @@ +body { + color: #999; + background: #501020; /* LA150626 #151515; */ +} diff --git a/test/video-mkv-aac/test-aac.mkv b/test/video-mkv-aac/test-aac.mkv new file mode 100755 index 0000000..6bb250e Binary files /dev/null and b/test/video-mkv-aac/test-aac.mkv differ diff --git a/test/video-mkv-aac/test-mp3.mkv b/test/video-mkv-aac/test-mp3.mkv new file mode 100755 index 0000000..a5177fc Binary files /dev/null and b/test/video-mkv-aac/test-mp3.mkv differ