mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
13 lines
337 B
Ruby
Executable File
13 lines
337 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_576codec_delay_in_identification
|
|
describe "mkvmerge / codec delay in JSON identification results"
|
|
|
|
test_merge "data/aac/v.aac", :keep_tmp => true
|
|
|
|
test "set and verify properties" do
|
|
propedit tmp, "--edit track:a1 --set codec-delay=123000456"
|
|
|
|
identify_json(tmp)["tracks"][0]["properties"]["codec_delay"]
|
|
end
|