mkvtoolnix/tests/test-0686container_wrong_num_channels.rb
2021-07-07 16:10:13 +02:00

8 lines
276 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_686container_wrong_num_channels
describe "mkvmerge / ALAC in MP4 with wrong number of channels in `stsd` atom"
test "identification" do
identify_json("data/alac/container_wrong_num_channels.m4a")["tracks"][0]["properties"]["audio_channels"] == 6
end