1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

The 'Video Filter API' is better known as 'libavfilter'.

Originally committed as revision 10815 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Víctor Paesa
2007-10-19 22:11:34 +00:00
parent c3cf56140e
commit c1b7437a43

View File

@@ -12,9 +12,10 @@
@var{Please be aware that vhook is deprecated, and hence its development is @var{Please be aware that vhook is deprecated, and hence its development is
frozen (bug fixes are still accepted). frozen (bug fixes are still accepted).
The substitute will be the result of our 'Video Filter API' Google Summer of Code The substitute will be 'libavfilter', the result of our 'Video Filter API'
project. You may monitor its progress by subscribing to the ffmpeg-soc mailing Google Summer of Code project. You may monitor its progress by subscribing to
list at @url{http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc}.} the ffmpeg-soc mailing list at
@url{http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc}.}
The video hook functionality is designed (mostly) for live video. It allows The video hook functionality is designed (mostly) for live video. It allows
the video to be modified or examined between the decoder and the encoder. the video to be modified or examined between the decoder and the encoder.