CVS: main/DOCS mplayer.1,1.209,1.210
Update of /cvsroot/mplayer/main/DOCS In directory mail:/var/tmp.root/cvs-serv29706/DOCS Modified Files: mplayer.1 Log Message: new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>: - multithreaded audio/video buffering (I know mplayer crew hates threads but it seems to me as the only way of doing reliable a/v capture) - a/v timebase synchronization (sample count vs. gettimeofday) - "immediate" mode support for mplayer - fixed colorspace stuff - RGB?? and YUY2 modes now work as expected - native ALSA audio capture - separated audio input layer Index: mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v retrieving revision 1.209 retrieving revision 1.210 diff -u -r1.209 -r1.210 --- mplayer.1 20 Aug 2002 00:57:12 -0000 1.209 +++ mplayer.1 21 Aug 2002 21:31:19 -0000 1.210 @@ -308,7 +308,24 @@ chanlist=<value> available: europe-east, europe-west, us-bcast, us-cable, etc + audiorate=<value> set audio capture bitrate + alsa capture from ALSA + mono force mono audio + adevice=<value> set an audio device + /dev/... for OSS, + hardware ID for ALSA + audioid=<value> choose an audio output + of the capture card, if it + has more of them +.TP +.I NOTE: +Mplayer doesn't accept colons so type commas instead in the device ID, +eg. hw,0,0 instead of hw:0:0) +Be advised that although you can select any samplerate when using ALSA, +the LAME audio codec is able to encode only the "standard" samplerates. +You'll get an .avi file with no sound when you choose an odd +samplerate and use this codec. .TP .B \-vcd <track> Play video CD track from device instead of plain file.
participants (1)
-
Arpi of Ize