mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
b56918d388
Part of the fix of #2600.
6 lines
255 B
Ruby
Executable File
6 lines
255 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_624h264_fix_bitstream_timing_info_exactly
|
|
describe "mkvmerge / H.264 fixing bitstream timing information with exact values"
|
|
test_merge "data/h264/10i.264", :args => "--default-duration 0:10i --fix-bitstream-timing-information 0:1"
|