Annotation of kfir/FAQ, revision 1.1

1.1     ! stolk       1: Ad hoc FAQ, started by Bram Stolk
        !             2: Suggestions to: b.stolk at chello.nl
        !             3: 
        !             4: 
        !             5: Q) Why are my MPEG files 0 bytes long?
        !             6: A) Maybe there is no valid PAL/NTSC signal present.
        !             7:    Check cables, and check input setting svideo/coax.
        !             8:    You may need to reload the kfir module to change
        !             9:    to/from coax.
        !            10: 
        !            11: 
        !            12: Q) What kind of streams are generated?
        !            13: A) For MPEG2, the default stream is composed as:
        !            14:    I BB P BB P BB P BB P BB
        !            15: 
        !            16: 
        !            17: Q) Why does the build process fail for me?
        !            18: A) Maybe you already have i2c and v4l linux stuff in your kernel
        !            19:    and on your system, which may interfere with the building
        !            20:    of the optional modules.
        !            21:    Uncomment the $(MX_OBJS) part in line 6 of driver/Makefile like this:
        !            22:    obj-m        = $(M_OBJS) # $(MX_OBJS)
        !            23: 
        !            24: 
        !            25: Q) How can I edit the mpeg streams?
        !            26: A) Kees Cook's GOPChop is an excellent choice.
        !            27:    See http://outflux.net/unix/software/GOPchop/
        !            28:    GOPChop works just fine with kfir generated streams.
        !            29: 

LinuxTV legacy CVS <linuxtv.org/cvs>