mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
7 lines
238 B
Ruby
7 lines
238 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
# T_391fix_bitstream_frame_rate
|
|
describe "mkvmerge / new option --fix-bitstream-timing-information"
|
|
|
|
test_merge "data/avi/v-h264-aac.avi", :args => "-A --default-duration 0:20ms --fix-bitstream-timing-information 0:1"
|