Skip to content

Instantly share code, notes, and snippets.

@astrataro
astrataro / x264_vf_subtitles.diff
Created December 11, 2011 20:07
[x264-patch] Render subtitles in x264 with VSFilter ( --vf subtitles --sub "subtitles.ass" )
diff --git a/Makefile b/Makefile
index cf05d15..a29d37c 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ endif
# Optional module sources
ifneq ($(findstring HAVE_AVS 1, $(CONFIG)),)
-SRCCLI += input/avs.c
+SRCCLI += input/avs.c filters/video/subtitles.c