mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 05:14:47 +00:00
9 lines
424 B
Ruby
Executable File
9 lines
424 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
# coding: utf-8
|
|
|
|
base = "data/simple/Datei didödeldü "
|
|
|
|
# T_552chapter_generation_appending_file_name_variables
|
|
describe "mkvmerge / chapter generation when appending; testing file name variables"
|
|
test_merge "'#{base}1.mp3' + '#{base}2.mp3' + '#{base}3.mp3' --generate-chapters when-appending --generate-chapters-name-template 'File name: <FILE_NAME>; with extension: <FILE_NAME_WITH_EXT>' > /dev/null"
|