mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
7 lines
255 B
Ruby
Executable File
7 lines
255 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_722simple_chapters_nanosecond_precision
|
|
describe "mkvmerge / OGM-style chapters with up to nanosecond precision"
|
|
|
|
test_merge "data/subtitles/srt/ven.srt", :args => "--chapter-charset utf-8 --chapters data/chapters/nanoseconds.txt"
|