mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
9 lines
165 B
Ruby
9 lines
165 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_396X_pcm_mono_16bit
|
||
|
describe "mkvextract / PCM mono 16bit"
|
||
|
test "extraction" do
|
||
|
extract "data/pcm/mono-16bit.mkv", 1 => tmp
|
||
|
hash_tmp
|
||
|
end
|