mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
10 lines
285 B
Ruby
Executable File
10 lines
285 B
Ruby
Executable File
#!/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, :skip_if => $is_windows
|
|
test_merge file, :args => "--chapter-charset MS-ANSI"
|