mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
13 lines
295 B
Ruby
13 lines
295 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_593flac_with_picture_metadata
|
||
|
describe "mkvmerge / FLAC with picture blocks treated as attachments"
|
||
|
|
||
|
file = "data/simple/v-pictures.flac"
|
||
|
|
||
|
test_merge file
|
||
|
test_merge file, :args => "-m 0"
|
||
|
test_merge file, :args => "-m 1"
|
||
|
test_merge file, :args => "-M"
|
||
|
test_identify file
|