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

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"