mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
13 lines
579 B
Ruby
Executable File
13 lines
579 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_677vorbis_in_matroska_with_comments
|
|
describe "mkvmerge / Vorbis in Matroska with Vorbis stream comments"
|
|
|
|
skip_if $is_windows
|
|
|
|
test_merge "data/mkv/vorbis-with-comments-and-cover-image.mka"
|
|
test_merge "data/mkv/vorbis-with-comments-and-cover-image.mka", :args => "--no-attachments"
|
|
test_merge "data/mkv/vorbis-with-comments-and-cover-image.mka", :args => "--no-track-tags"
|
|
test_merge "data/mkv/vorbis-with-comments-and-cover-image.mka", :args => "--attachments 1"
|
|
test_merge "data/mkv/vorbis-with-comments-and-cover-image.mka", :args => "--attachments 2"
|