mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
10 lines
303 B
Ruby
10 lines
303 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_647recode_textsubs_from_matroska
|
||
|
describe "mkvmerge / recode text subtitles read from Matroska files"
|
||
|
|
||
|
file = "data/mkv/attachments.mkv"
|
||
|
|
||
|
test_merge file, :args => "--no-attachments", :exit_code => :warning
|
||
|
test_merge file, :args => "--no-attachments --sub-charset 0:iso-8859-1"
|