mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
10 lines
442 B
Ruby
Executable File
10 lines
442 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_351h264_vfr_with_timecode_file
|
|
describe "mkvmerge / VFR h264 file with and without a timecode file"
|
|
|
|
test_merge "data/h264/vfr.h264", :exit_code => :warning
|
|
test_merge "data/h264/vfr.h264", :args => "--timecodes 0:data/h264/vfr-timecodes.txt"
|
|
test_merge "data/h264/vfr.h264", :args => "--timestamps 0:data/h264/vfr-timecodes.txt"
|
|
test_merge "data/h264/vfr.h264", :args => "--timestamps 0:data/h264/vfr-timestamps.txt"
|