mkvtoolnix/tests/test-351h264_vfr_with_timecode_file.rb
Moritz Bunkus 0f43bd5b05 mkvmerge, mkvextract: use timestamp in format line of timestamp files
Part of an ongoing effort to replace the use of the term `timecode`
with `timestamp`. Timecodes have a very specific meaning in the
audio/video world, and it's not what MKVToolNix has been using the
term for.
2017-10-04 18:35:41 +02:00

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"