Test case for VFR h264 with and without timecode files

This commit is contained in:
Moritz Bunkus 2012-03-07 20:03:43 +01:00
parent 4ec424c95a
commit ea2d79c69e
2 changed files with 8 additions and 0 deletions

View File

@ -195,3 +195,4 @@ T_347h264_misdetected_as_ac3:4dcd5541b962ce1d534e04481deadbec:passed:20120305-16
T_348srt_negative_timecodes2:4fc486c9de77896d9f8c2cf997d88d8c:passed:20120307-115726:0.085988974
T_349h264_interlaced_default_duration:7e80cf1649489adf8f65a7dc8cef7387-8dd834ba266997a82b84bc377a1d6e63-8dd834ba266997a82b84bc377a1d6e63-eeccf13c0da25f3efc0858ed8d89346c:passed:20120307-184849:5.764120431
T_350h264_progressive_default_duration:6e80e56352345217447d9e494f3793a3-a6d64d1cf4762f47dedcdb03b07a5c73-0961a58dc05a5af0d46b433efde4c3df:passed:20120307-193604:3.625267135
T_351h264_vfr_with_timecode_file:0897f0620791eab02fe2741ba1d2fa5f-6312f82b4a760026ea5ae8fc9ae48b4a:passed:20120307-200246:5.695599458

View File

@ -0,0 +1,7 @@
#!/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"
test_merge "data/h264/vfr.h264", :args => "--timecodes 0:data/h264/vfr-timecodes.txt"