mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
WebVTT demuxer and decoder.
This commit is contained in:
parent
697ea4fccf
commit
2599541b3d
14 changed files with 308 additions and 3 deletions
|
|
@ -25,5 +25,8 @@ fate-sub-subripenc: CMD = md5 -i $(SAMPLES)/sub/MovText_capability_tester.mp4 -s
|
|||
FATE_SUBTITLES += fate-sub-subviewer
|
||||
fate-sub-subviewer: CMD = md5 -i $(SAMPLES)/sub/SubViewer_capability_tester.sub -f ass
|
||||
|
||||
FATE_SUBTITLES += fate-sub-webvtt
|
||||
fate-sub-webvtt: CMD = md5 -i $(SAMPLES)/sub/WebVTT_capability_tester.vtt -f ass
|
||||
|
||||
FATE_SAMPLES_FFMPEG += $(FATE_SUBTITLES)
|
||||
fate-subtitles: $(FATE_SUBTITLES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue