mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
8 lines
276 B
Ruby
Executable File
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
|