diff options
author | Ricardo Constantino <wiiaboo@gmail.com> | 2015-10-11 17:11:03 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-10-12 22:14:44 +0200 |
commit | a96dbdc14f3db1374f231ede58a6ae6e3211d265 (patch) | |
tree | e8f003ff4f83ef9e78aa751c80b14a805389ce9a /tests/fate/subtitles.mak | |
parent | 53886d6955134be8acc26f336bdf068fd970669d (diff) | |
download | ffmpeg-a96dbdc14f3db1374f231ede58a6ae6e3211d265.tar.gz |
fate/subtitles: Add a new test for WebVTT
Includes escapes that should now be supported and a few features not yet
fully supported, like comments, regions, classes, ruby, and lang.
All were tested with https://quuz.org/webvtt/ for validation, except
regions because the validator doesn't support them yet, and I couldn't
find any other way to validate WebVTT.
Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
Diffstat (limited to 'tests/fate/subtitles.mak')
-rw-r--r-- | tests/fate/subtitles.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak index 81ad4d7f98..2d9eb50a5a 100644 --- a/tests/fate/subtitles.mak +++ b/tests/fate/subtitles.mak @@ -70,6 +70,9 @@ fate-sub-vplayer: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/VPlayer_capabilit FATE_SUBTITLES_ASS-$(call DEMDEC, WEBVTT, WEBVTT) += fate-sub-webvtt fate-sub-webvtt: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/WebVTT_capability_tester.vtt +FATE_SUBTITLES_ASS-$(call DEMDEC, WEBVTT, WEBVTT) += fate-sub-webvtt2 +fate-sub-webvtt2: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/WebVTT_extended_tester.vtt + FATE_SUBTITLES-$(call ALLYES, SRT_DEMUXER SUBRIP_DECODER WEBVTT_ENCODER WEBVTT_MUXER) += fate-sub-webvttenc fate-sub-webvttenc: CMD = fmtstdout webvtt -i $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt |