mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
13 lines
287 B
Ruby
Executable File
13 lines
287 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
class T_275srt_mixed_eol_styles < Test
|
|
def description
|
|
return "mkvmerge / SRT files with mixed end-of-line markings"
|
|
end
|
|
|
|
def run
|
|
merge "--sub-charset 0:cp1250 'data/subtitles/srt/Space Buddies (2009) AVCHD 1080p DTS.srt'"
|
|
return hash_tmp
|
|
end
|
|
end
|