mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
tests: add case for removing track statistics tags during remux
This commit is contained in:
parent
638e4654e9
commit
8d29ad2f51
@ -359,3 +359,4 @@ T_510propedit_add_attachments_without_meta_seek_present:770103c238a0f502c9ec55f0
|
||||
T_511propedit_ensure_seek_head_exists_at_front:20f53afd94e39f5bbf3f1091eefbe31d:passed:20151129-194025:0.152563199
|
||||
T_512json_identification:231941d7da79ca0eab3f8f5cd2a66e3c-ok-793233ac68c8c0af280898ec33aa6e05-ok-06dde7e7bcbec8fc9cd8f101662906dd-ok-8797f2adcd279428afa4834d93f0be34-ok-90de565f88767c95673e7b2d5ecf85d9-ok-d9c71aaad86e27979d1b5bf71cb1143f-ok-acddfd1324aa62e187f8d4023f24ec2a-ok-6c20b604bd1652766e442bf52f284a18-ok-cdf24911aad494277fd2a032affdf498-ok-dd2d4b55d2fe3f56c697371325b7d8e9-ok-7dc0464e838aa187128964387b9adcba-ok-6d365dd230156e30bfe3d60a3c6c24dc-ok-7fada0edcbd9818093ba57b78ae5706a-ok-ca5e66fad9ed5af2d672c4432cbded48-ok-b859b2500847aca0ac91918fdc8eae70-ok:passed:20151207-223859:6.280036064
|
||||
T_513vp9_10bit_key_frame_detection:9eab6e85ec792dcf670873d70a87f6ea:passed:20151208-224613:0.267556245
|
||||
T_514remove_track_statistics_tags_during_remux:022578a22c45c06ab23dc453df71f7c0-afe190e36be530592fe3b83fb28d3e69-a7f246fe02132a1fb9cd3d7d0f85f180:passed:20151215-134129:1.426290351
|
||||
|
10
tests/test-514remove_track_statistics_tags_during_remux.rb
Executable file
10
tests/test-514remove_track_statistics_tags_during_remux.rb
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/ruby -w
|
||||
|
||||
# T_514remove_track_statistics_tags_during_remux
|
||||
describe "mkvmerge / removing track statistics tags during remux"
|
||||
|
||||
base = tmp
|
||||
|
||||
test_merge "data/avi/v.avi", :output => "#{base}-1", :keep_tmp => true
|
||||
test_merge "#{base}-1", :output => "#{base}-2", :keep_tmp => true
|
||||
test_merge "#{base}-1", :output => "#{base}-3", :keep_tmp => true, :args => '--disable-track-statistics-tags'
|
Loading…
Reference in New Issue
Block a user