[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
- Previous message: [Mplayer-cvslog] CVS: main asfheader.c,1.9,1.10 aviheader.c,1.11,1.12 mplayer.c,1.101,1.102 stream.c,1.6,1.7 stream.h,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: homepage dload.html,1.2,1.3 links.html,1.1.1.1,1.2 news.html,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main asfheader.c,1.9,1.10 aviheader.c,1.11,1.12 mplayer.c,1.101,1.102 stream.c,1.6,1.7 stream.h,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: homepage dload.html,1.2,1.3 links.html,1.1.1.1,1.2 news.html,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list