mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
New test for MP2 in MP4.
This commit is contained in:
parent
c2ca90280e
commit
40c8a2d537
@ -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
|
||||
|
13
tests/test-200mp2_from_mp4.rb
Normal file
13
tests/test-200mp2_from_mp4.rb
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user