mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Add test case for reading ALAC in CAF, MP4, Matroska
This commit is contained in:
parent
3d079ad1b8
commit
6ba42cc2ce
@ -213,3 +213,4 @@ T_364qtmp4_track_with_empty_chunkmap_table:525b2e6e666a21e66e31c2e8106e1817:pass
|
||||
T_365qtmp4_constant_sample_size:adad6bd2e89cf83b4e3857427072b7df-10aaca3e180b5e2a2757c52a30d59d33:passed:20120605-230823:0.321147694
|
||||
T_366srt_with_space_in_timecode_arrow:81ad6ecc7cd81ba416c5bd670bb40dfd:passed:20120801-132204:0.143148427
|
||||
T_367vob_80ms_delay_by_b_frames:bb1542b75f58a1130b44b18214abbce9-cad7147f191e3cc6897b9546d6393aee:passed:20120801-182507:0.080617521
|
||||
T_368alac:e7c52ca4628e0da06ef594809e94f5a5-bcb869e38d34738f1359498e839a5876-2624d681c508dd8ffe5f61dcd3689f60-b600da63dfc39e6bb7d9e2de65753b3c:passed:20120805-160128:0.256932867
|
||||
|
14
tests/test-368alac.rb
Normal file
14
tests/test-368alac.rb
Normal file
@ -0,0 +1,14 @@
|
||||
#!/usr/bin/ruby -w
|
||||
|
||||
# T_368alac
|
||||
describe "mkvmerge / ALAC from CAF, MP4 and Matroska"
|
||||
|
||||
%w{othertest-itunes.m4a test-ffmpeg.caf}.each do |file_name|
|
||||
test_merge "data/alac/#{file_name}"
|
||||
end
|
||||
|
||||
test_merge "data/alac/test-alacconvert.caf", :keep_tmp => true
|
||||
test "reading from Matroska" do
|
||||
merge tmp, :output => "#{tmp}-2"
|
||||
hash_file "#{tmp}-2"
|
||||
end
|
Loading…
Reference in New Issue
Block a user