# HG changeset patch # User gabucino # Date 1006003644 0 # Node ID 20157c719b2c092c8c6680f37f218578cbc8e1c5 # Parent fb4c904f5d1d4cb529cd573d230e7b5bc7bc47a1 new features in TV input dox (chan, chanlist, norm, keys) diff -r fb4c904f5d1d -r 20157c719b2c DOCS/documentation.html --- a/DOCS/documentation.html Sat Nov 17 13:23:13 2001 +0000 +++ b/DOCS/documentation.html Sat Nov 17 13:27:24 2001 +0000 @@ -558,9 +558,45 @@ MANDATORY - the height of the output window, in pixels + +    + norm +    + + available: PAL, SECAM, NTSC + + +    + freq +    + + set the tuner to the given frequency (like 511.250) + + +    + channel +    + + set the tuner to the given channel + + +    + chanlist +    + + available: us-bcast, us-cable, europe-west, europe-east, etc +

+

Keyboard control

+ + + + + +
  h or l  select previous/next channel
nchange norm
bchange channel list
+

Examples

@@ -608,6 +644,12 @@ 3 or 4adjust brightness 5 or 6adjust hue 7 or 8adjust saturation + +

(the following keys are valid only with TV input support

+ +h or l  select previous/next channel +nchange norm +bchange channel list

GUI keyboard control

diff -r fb4c904f5d1d -r 20157c719b2c DOCS/encoding.html --- a/DOCS/encoding.html Sat Nov 17 13:23:13 2001 +0000 +++ b/DOCS/encoding.html Sat Nov 17 13:27:24 2001 +0000 @@ -31,7 +31,8 @@ panic if it's 400 or so, you shouldn't heard any audible quality decrease. Oh, and if your compiler doesn't even run make test ... Well, delete that GCC 2.96. -
  • use ./configure with optional parameters as usual, and +
  • use ./configure with optional parameters as usual + (use --enable-tv to include V4L tuner grabbing code), and type : make mencoder , then make install .

    @@ -169,6 +170,9 @@

    Encoding multiple *.vob files :
        cat *.vob | mencoder <options> -

    +

    Encoding from tuner (for tuner options see the TV input section !) :
    +     mencoder -tv on:driver=v4l:width=640:height=480 <options> -

    +

    For all available options, check the MEncoder man page !