mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 21:03:57 +00:00
89ee5e50f3
When mkvmerge is told to `--fix-bitstream-timing-information`, it will now update all SPS NALUs, not just the ones in the AVCC. Part of the fix for #1673.
6 lines
276 B
Ruby
Executable File
6 lines
276 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_625h264_fix_bitstream_timing_info_in_framed_packetizer
|
|
describe "mkvmerge / h.264 framed output module, fixing bitstream timing info in all SPS"
|
|
test_merge "data/h264/10i.mkv", :args => "--default-duration 0:10i --fix-bitstream-timing-information 0:1"
|