mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
10 lines
305 B
Ruby
10 lines
305 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_447mkvinfo_rounded_timecodes
|
||
|
describe "mkvinfo / rounded timecodes"
|
||
|
|
||
|
output = "#{tmp}-merge"
|
||
|
test_merge "data/h264/progressive-23.976p.h264", :args => "--timecode-scale 50000", :output => output, :keep_tmp => true
|
||
|
test_info output, :args => "-s"
|
||
|
test_info output, :args => "-v -v"
|