New test for MP2 in MP4.

This commit is contained in:
Moritz Bunkus 2004-08-30 22:20:02 +00:00
parent c2ca90280e
commit 40c8a2d537
2 changed files with 14 additions and 0 deletions

View File

@ -29,3 +29,4 @@ T_028compression:759320a3124583d98fa8a5deb2b7dc8b:passed:20040825-234348
T_029link:3d4a3c2176efc17ef84ebc5dfb87eb49:passed:20040825-235039
T_032cues:df7614d0165b00d2d70462080290245b:passed:20040825-235040
T_033timecode_scale:8409714375431734e3f423ebf0dce3af-e8349267833aaa209746b75a367f01fe:passed:20040825-235040
T_200mp2_from_mp4:36912ac60ef687d13ead3970fcc3eb28:passed:20040831-001927

View File

@ -0,0 +1,13 @@
#!/usr/bin/ruby -w
class T_200mp2_from_mp4 < Test
def description
return "mkvmerge / MPEG1 layer 2 audio from MP4 container / in(MP4)"
end
def run
merge("data/mp4/test_mp2.mp4")
return hash_tmp
end
end