summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-07-09 20:11:52 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-09 20:11:52 +0000
commitfc3e9202aaa72301bad9c942d39f90500a5c54d8 (patch)
treeb35359d257b6964e628a6913851f0fab2b6745be /doc
parent1defd2a8e74c3b93290143ba3f6c7d5211cfa91c (diff)
FAQ: '-f jpeg'
Originally committed as revision 3299 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index de79681b4c..6d158f0bc8 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -101,8 +101,13 @@ this will also apply cleanly to other 2.4 kernels
pass 'combfilter=1 lumafilter=1' to the bttv driver, note though that 'combfilter=1'
will cause somewhat too strong filtering, a fix is too apply (@url{http://www.mplayerhq.hu/~michael/bttv-comb-2.4.26.patch})
+or (@url{http://www.mplayerhq.hu/~michael/bttv-comb-2.6.6.patch})
and pass 'combfilter=2'
+@section -f jpeg doesnt work.
+
+try '-f image -img jpeg test%d.jpg'
+
@chapter Development
@section Are there examples of use of the FFmpeg libraries libavcodec and libavformat ?