mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
08ab38914d
Resync issues are something the user should take a look at. Her file is damaged, after all. In the GUI purely informational messages can get lost easily, especially when executing multiple jobs. Therefore resyncs warrant a warning. Implements #1842.
10 lines
194 B
Ruby
Executable File
10 lines
194 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_268X_vp8
|
|
describe "mkvextract / VP8 from Matroska and WebM"
|
|
|
|
test "extraction" do
|
|
extract "data/webm/live-stream.webm", 0 => tmp, :exit_code => :warning
|
|
hash_tmp
|
|
end
|