diff options
author | Clément Bœsch <u@pkh.me> | 2014-11-18 21:10:29 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-11-18 21:12:17 +0100 |
commit | 568f1ecccf5cd2a7e235198e6b6e38e2934e03e8 (patch) | |
tree | 1d374ad33d2b4bc40168f6a179b42ed5513c6497 | |
parent | 6da12d46d3d76a275d47f228f222fdae082c289a (diff) | |
download | ffmpeg-568f1ecccf5cd2a7e235198e6b6e38e2934e03e8.tar.gz |
doc/writing_filters: fix reference to Lenna image
-rw-r--r-- | doc/writing_filters.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/writing_filters.txt b/doc/writing_filters.txt index 40935d2cfc..7051f5ec5e 100644 --- a/doc/writing_filters.txt +++ b/doc/writing_filters.txt @@ -23,7 +23,8 @@ for others using the `./ffmpeg -v 0 -filters|grep ' V->V '` command. pattern of the other filters. - ./configure ... - make -j<whatever> ffmpeg - - ./ffmpeg -i tests/lena.pnm -vf foobar foobar.png + - ./ffmpeg -i http://upload.wikimedia.org/wikipedia/en/2/24/Lenna.png -vf foobar foobar.png + Note here: you can obviously use a random local image instead of a remote URL. If everything went right, you should get a foobar.png with Lena edge-detected. |