diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-19 09:13:56 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-19 09:13:56 +0000 |
commit | 12002cae59f5c52a606a98d73ae455e9cedeac91 (patch) | |
tree | 3d5a0a11863320aa930ac1f61bb016dd814ce626 /doc/faq.texi | |
parent | 008a44ef8b721ab4139a7be36e4ac8ada435fd6a (diff) | |
download | ffmpeg-12002cae59f5c52a606a98d73ae455e9cedeac91.tar.gz |
Remove outdated entries about bt8x8 capture on Linux 2.4 kernels.
Originally committed as revision 24324 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 9ec1b602fb..f86193a92a 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -196,19 +196,6 @@ quite logical that there is a small reduction of quality. This is not a bug. Use @file{-} as file name. -@section Why does the chrominance data seem to be sampled at a different time from the luminance data on bt8x8 captures on Linux? - -This is a well-known bug in the bt8x8 driver. For 2.4.26 there is a patch at -(@url{http://svn.ffmpeg.org/michael/trunk/patches/bttv-420-2.4.26.patch?view=co}). This may also -apply cleanly to other 2.4-series kernels. - -@section How do I avoid the ugly aliasing artifacts in bt8x8 captures on Linux? - -Pass 'combfilter=1 lumafilter=1' to the bttv driver. Note though that 'combfilter=1' -will cause somewhat too strong filtering. A fix is to apply (@url{http://svn.ffmpeg.org/michael/trunk/patches/bttv-comb-2.4.26.patch?view=co}) -or (@url{http://svn.ffmpeg.org/michael/trunk/patches/bttv-comb-2.6.6.patch?view=co}) -and pass 'combfilter=2'. - @section -f jpeg doesn't work. Try '-f image2 test%d.jpg'. |