mkvtoolnix/tests/test-579vobsub_in_matroska_without_codecprivate.rb
Moritz Bunkus 63effb10ef mkvmerge: VobSub: use default index for tracks read from Matroska missing CodecPrivate
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.
2017-01-22 11:44:30 +01:00

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