mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 13:57:22 +00:00
10 lines
260 B
Ruby
10 lines
260 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
file = "data/ogg/with_chapters_ansi_encoded.ogm"
|
||
|
|
||
|
describe "mkvmerge / identify and merge OGMs with comments encoded in ANSI"
|
||
|
|
||
|
test_identify file
|
||
|
test_merge file, :exit_code => :warning
|
||
|
test_merge file, :args => "--chapter-charset MS-ANSI"
|