# 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 @@
us-bcast, us-cable, europe-west, europe-east, etc
Keyboard control
+ +h or l | select previous/next channel | ||
n | change norm | ||
b | change channel list | ||
Examples
@@ -608,6 +644,12 @@
(the following keys are valid only with TV input support
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 runmake test
...
Well, delete that GCC 2.96.
- ./configure
with optional parameters as usual, and
+ ./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 !