mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
11 lines
224 B
Ruby
11 lines
224 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
# T_381x_alac
|
|
describe "mkvextract / ALAC extraction to CAF"
|
|
|
|
test_merge "data/alac/test-alacconvert.caf", :keep_tmp => true
|
|
test "extraction" do
|
|
extract tmp, 0 => "#{tmp}-x"
|
|
hash_file "#{tmp}-x"
|
|
end
|