mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 13:14:38 +00:00
tests: add case for TTA merging & extraction
This commit is contained in:
parent
c3d18ecb7b
commit
becddd2071
@ -301,3 +301,4 @@ T_452mkvinfo_track_statistics_frame_order:a8664e39f2f29619bb5f81a27f1e7524-01928
|
|||||||
T_453mp4_with_hevc:c0c41f1942550b8ae5fac8b93e914185:passed:20141231-125834:0.046223562
|
T_453mp4_with_hevc:c0c41f1942550b8ae5fac8b93e914185:passed:20141231-125834:0.046223562
|
||||||
T_454mp4_dash:e2e5f8441f1dcf48256d49faa588b47c-01518029ec5ea87609b3fb388b2bd751:passed:20141231-214733:0.429881173
|
T_454mp4_dash:e2e5f8441f1dcf48256d49faa588b47c-01518029ec5ea87609b3fb388b2bd751:passed:20141231-214733:0.429881173
|
||||||
T_455he_aacv2_ps:2fbfac35fa7785f8e500f1708da4ec4f:passed:20150101-152553:0.075964546
|
T_455he_aacv2_ps:2fbfac35fa7785f8e500f1708da4ec4f:passed:20150101-152553:0.075964546
|
||||||
|
T_456tta:4b92a305f440778a3128685cefd4bd5d-a3f2a14c15e709027c05445ac91b0659:passed:20150103-140714:0.148697252
|
||||||
|
11
tests/test-456tta.rb
Executable file
11
tests/test-456tta.rb
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/ruby -w
|
||||||
|
|
||||||
|
# T_456tta
|
||||||
|
describe "mkvmerge, mkvextract / merge and extract TrueAudio (TTA)"
|
||||||
|
|
||||||
|
output = "#{tmp}-merge"
|
||||||
|
test_merge "data/tta/v.tta", :output => output, :keep_tmp => true
|
||||||
|
test "extraction" do
|
||||||
|
extract output, 0 => tmp
|
||||||
|
hash_tmp
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user