mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
63effb10ef
The default palette used will not look good in most of the cases, but it's hard to guess a palette and pretty much impossible without actually decoding a lot of the packets. Implements #1854.
10 lines
245 B
Ruby
Executable File
10 lines
245 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_579vobsub_in_matroska_without_codecprivate
|
|
describe "mkvmerge / VobSub in Matroska lacking CodecPrivate"
|
|
|
|
file = "data/vobsub/ffmpeg_vobsub_no_codecprivate.mkv"
|
|
|
|
test_identify file
|
|
test_merge file, :exit_code => :warning
|