[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.209,1.210
    Arpi of Ize 
    arpi at mplayerhq.hu
       
    Wed Aug 21 23:31:22 CEST 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main cfg-common.h,1.51,1.52 configure,1.542,1.543 mencoder.c,1.147,1.148 mp_msg.c,1.17,1.18 mp_msg.h,1.23,1.24 mplayer.c,1.548,1.549
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.32,1.33 demuxer.c,1.108,1.109 tv.c,1.28,1.29 tv.h,1.14,1.15 tvi_v4l.c,1.24,1.25
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
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 at 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.
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main cfg-common.h,1.51,1.52 configure,1.542,1.543 mencoder.c,1.147,1.148 mp_msg.c,1.17,1.18 mp_msg.h,1.23,1.24 mplayer.c,1.548,1.549
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.32,1.33 demuxer.c,1.108,1.109 tv.c,1.28,1.29 tv.h,1.14,1.15 tvi_v4l.c,1.24,1.25
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list