You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Remove reference to the libavfilter soc SVN repo, update libavfilter status description
The libavfilter SOC SVN repo is badly outdated, and some filters supports a syntax different from the current code, so it is better do not misled users into using it and just drop its reference.
This commit is contained in:
@@ -14,20 +14,8 @@
|
|||||||
Libavfilter is the filtering API of FFmpeg. It is the substitute of the
|
Libavfilter is the filtering API of FFmpeg. It is the substitute of the
|
||||||
now deprecated 'vhooks' and started as a Google Summer of Code project.
|
now deprecated 'vhooks' and started as a Google Summer of Code project.
|
||||||
|
|
||||||
Integrating libavfilter into the main FFmpeg repository is a work in
|
Audio filtering integration into the main FFmpeg repository is a work in
|
||||||
progress. If you wish to try the unfinished development code of
|
progress, so audio API and ABI should not be considered stable yet.
|
||||||
libavfilter then check it out from the libavfilter repository into
|
|
||||||
some directory of your choice by:
|
|
||||||
|
|
||||||
@example
|
|
||||||
svn checkout svn://svn.ffmpeg.org/soc/libavfilter
|
|
||||||
@end example
|
|
||||||
|
|
||||||
And then read the README file in the top directory to learn how to
|
|
||||||
integrate it into ffmpeg and ffplay.
|
|
||||||
|
|
||||||
But note that there may still be serious bugs in the code and its API
|
|
||||||
and ABI should not be considered stable yet!
|
|
||||||
|
|
||||||
@chapter Tutorial
|
@chapter Tutorial
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user