mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 13:57:22 +00:00
8 lines
344 B
Ruby
8 lines
344 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_509rerender_track_headers_chapters_attachments
|
||
|
describe "mkvmerge / rerender_track_headers with chapters and attachments"
|
||
|
|
||
|
dir = "data/mkv/rerender_track_headers_chapters_attachments"
|
||
|
test_merge "#{dir}/sample.mkv", :args => "#{dir}/sample_video.hevc -T --no-chapters --no-global-tags #{dir}/sample_audio.opus -D -A -T"
|