2012-06-15 19:10:48 +02:00
|
|
|
FATE_SUBTITLES += fate-sub-jacosub
|
|
|
|
fate-sub-jacosub: CMD = md5 -i $(SAMPLES)/sub/JACOsub_capability_tester.jss -f ass
|
|
|
|
|
|
|
|
FATE_SUBTITLES += fate-sub-microdvd
|
|
|
|
fate-sub-microdvd: CMD = md5 -i $(SAMPLES)/sub/MicroDVD_capability_tester.sub -f ass
|
|
|
|
|
2012-07-19 19:07:10 +02:00
|
|
|
FATE_SUBTITLES += fate-sub-movtext
|
|
|
|
fate-sub-movtext: CMD = md5 -i $(SAMPLES)/sub/MovText_capability_tester.mp4 -f ass
|
|
|
|
|
2012-06-06 18:12:24 +02:00
|
|
|
FATE_SUBTITLES += fate-sub-movtextenc
|
2012-08-05 17:58:08 +02:00
|
|
|
fate-sub-movtextenc: CMD = md5 -i $(SAMPLES)/sub/MovText_capability_tester.mp4 -map 0 -scodec mov_text -f mp4 -flags +bitexact -movflags frag_keyframe+empty_moov
|
2012-06-06 18:12:24 +02:00
|
|
|
|
2012-07-19 19:07:10 +02:00
|
|
|
FATE_SUBTITLES += fate-sub-realtext
|
|
|
|
fate-sub-realtext: CMD = md5 -i $(SAMPLES)/sub/RealText_capability_tester.rt -f ass
|
|
|
|
|
2012-06-17 11:42:47 +02:00
|
|
|
FATE_SUBTITLES += fate-sub-sami
|
|
|
|
fate-sub-sami: CMD = md5 -i $(SAMPLES)/sub/SAMI_capability_tester.smi -f ass
|
|
|
|
|
2012-06-15 19:08:28 +02:00
|
|
|
FATE_SUBTITLES += fate-sub-srt
|
|
|
|
fate-sub-srt: CMD = md5 -i $(SAMPLES)/sub/SubRip_capability_tester.srt -f ass
|
|
|
|
|
2012-07-13 23:42:35 +02:00
|
|
|
FATE_SUBTITLES += fate-sub-subviewer
|
|
|
|
fate-sub-subviewer: CMD = md5 -i $(SAMPLES)/sub/SubViewer_capability_tester.sub -f ass
|
|
|
|
|
2012-06-15 19:08:28 +02:00
|
|
|
FATE_SAMPLES_FFMPEG += $(FATE_SUBTITLES)
|
|
|
|
fate-subtitles: $(FATE_SUBTITLES)
|