Skip to content

Commit

Permalink
Added markdown to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
indiefan committed Aug 17, 2010
1 parent c569045 commit ece1b78
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.markdown
@@ -0,0 +1,13 @@
This is an updated version of the vf_fade filter, which uses the current ffmpeg filter api.

To use, when building from source add the file to the libavfilters folder in ffmpeg, then:

Update libavfilters/Makefile with the following:
OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o

And finally update libavfilters/allfilters.c with the following:
REGISTER_FILTER (FADE, fade, vf);


Afterwards you should be able to apply fades, such as the following:
ffmpeg -i input.avi -vf "fade=in:0:30" output.avi

0 comments on commit ece1b78

Please sign in to comment.