[Mplayer-cvslog] CVS: main/DOCS README,1.26,1.27 mplayer.1,1.28,1.29

Berczi Gabor gabucino at users.sourceforge.net
Fri May 4 14:00:30 CEST 2001


Update of /cvsroot/mplayer/main/DOCS
In directory usw-pr-cvs1:/tmp/cvs-serv2586/DOCS

Modified Files:
	README mplayer.1 
Log Message:

stdin stuff commited


Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/README,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** README	2001/04/30 02:38:41	1.26
--- README	2001/05/04 12:00:27	1.27
***************
*** 71,74 ****
--- 71,75 ----
  - RIFF AVI file format
  - ASF 1.0 file format
+ - supports reading from file or stdin
  
  Supported audio & video codecs:
***************
*** 167,170 ****
--- 168,197 ----
           alias char-major-178 mga_vid
           and run 'depmod -a' .
+ 
+ Playing from stdin:
+ ~~~~~~~~~~~~~~~~~~~
+ Now it's possible.
+ 
+ To play something by reading from stdin, just use '-' as filename:
+ 
+ cat test.mpg | mplayer -vo xv -
+ 
+ Restrictions:
+ 	mpg: no backward seeking
+ 	asf: no backward seeking
+ 	avi: no index reading -> no seeking at all, and playing of some files are
+ 		+impossible
+ 
+ No control from controlling terminal/xterm, but hotkeys and osd works
+ from the window. or course LIRC still works everywhere.
+ 
+ This feature combined with external wrappers extends possibilities.
+ For example, to play a movie just downloaded from your favourite divx
+ server:
+ 	rar p ast-nssvcd.rar | mplayer -vo xmga -fs -
+ 
+ With an asf grabber or http dump program you can play from the net.
+ (however we planned to add direct asf/http/ftp inputs with seeking and other
+ stuff, but for now it's a good workaround)
  
  TV output:

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** mplayer.1	2001/04/27 17:28:14	1.28
--- mplayer.1	2001/05/04 12:00:28	1.29
***************
*** 42,46 ****
  .RB [ \-forcexv ]
  .RB [ \-ss\ sec ]
! .I file
  .PP
  .SH DESCRIPTION
--- 42,46 ----
  .RB [ \-forcexv ]
  .RB [ \-ss\ sec ]
! .I - or file
  .PP
  .SH DESCRIPTION


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list