FAQ: '-f jpeg'
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 9 Jul 2004 20:11:52 +0000 (20:11 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 9 Jul 2004 20:11:52 +0000 (20:11 +0000)
Originally committed as revision 3299 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/faq.texi

index de79681..6d158f0 100644 (file)
@@ -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 ?