Browse Source

doc/writing_filters: fix reference to Lenna image

tags/n2.5
Clément Bœsch 11 years ago
parent
commit
568f1ecccf
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      doc/writing_filters.txt

+ 2
- 1
doc/writing_filters.txt View File

@@ -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.



Loading…
Cancel
Save