[FFmpeg-soc] [soc]: r5629 - libavfilter/README

stefano subversion at mplayerhq.hu
Mon Feb 22 23:10:48 CET 2010


Author: stefano
Date: Mon Feb 22 23:10:48 2010
New Revision: 5629

Log:
Add a note telling how to enable the movie filter, and how to see the
list of currently enabled filters.

Modified:
   libavfilter/README

Modified: libavfilter/README
==============================================================================
--- libavfilter/README	Sun Feb 21 15:54:52 2010	(r5628)
+++ libavfilter/README	Mon Feb 22 23:10:48 2010	(r5629)
@@ -7,6 +7,12 @@ Here is what to do to try it out:
 3) make
 4) run it!
 
+Note: in order to enable the movie filter you need to add the
+--enable-avfilter-lavf to the configure command.
+
+ffmpeg -filters will show you the list of filters/sources/sinks
+enabled.
+
 WRITING FILTERS:
 
 There is some documentation on writing basic filters over at the multimedia


More information about the FFmpeg-soc mailing list