2012-03-07 19:03:43 +00:00
|
|
|
#!/usr/bin/ruby -w
|
|
|
|
|
|
|
|
# T_351h264_vfr_with_timecode_file
|
|
|
|
describe "mkvmerge / VFR h264 file with and without a timecode file"
|
|
|
|
|
2013-03-18 21:41:01 +00:00
|
|
|
test_merge "data/h264/vfr.h264", :exit_code => :warning
|
2012-03-07 19:03:43 +00:00
|
|
|
test_merge "data/h264/vfr.h264", :args => "--timecodes 0:data/h264/vfr-timecodes.txt"
|
2017-10-04 12:37:44 +00:00
|
|
|
test_merge "data/h264/vfr.h264", :args => "--timestamps 0:data/h264/vfr-timecodes.txt"
|
2017-10-04 14:13:15 +00:00
|
|
|
test_merge "data/h264/vfr.h264", :args => "--timestamps 0:data/h264/vfr-timestamps.txt"
|