CVS: main/DOCS/man/en mplayer.1,1.977,1.978
CVS change done by Diego Biurrun CVS Update of /cvsroot/mplayer/main/DOCS/man/en In directory mail:/var2/tmp/cvs-serv24297/DOCS/man/en Modified Files: mplayer.1 Log Message: Only one of -dumpstream, -dumpvideo, -dumpaudio works at a time. Index: mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v retrieving revision 1.977 retrieving revision 1.978 diff -u -r1.977 -r1.978 --- mplayer.1 22 May 2005 15:11:03 -0000 1.977 +++ mplayer.1 22 May 2005 19:12:58 -0000 1.978 @@ -905,6 +905,8 @@ .TP .B \-dumpaudio (MPlayer only) Dumps raw compressed audio stream to ./stream.dump (useful with MPEG/\:AC3). +You can only specify one of \-dumpaudio, \-dumpvideo, \-dumpstream, the +last one on the command line will take precedence over the others.. . .TP .B \-dumpfile <filename> (MPlayer only) @@ -915,10 +917,14 @@ .B \-dumpstream (MPlayer only) Dumps the raw stream to ./stream.dump. Useful when ripping from DVD or network. +You can only specify one of \-dumpaudio, \-dumpvideo, \-dumpstream, the +last one on the command line will take precedence over the others.. . .TP .B \-dumpvideo (MPlayer only) Dump raw compressed video stream to ./stream.dump (not very usable). +You can only specify one of \-dumpaudio, \-dumpvideo, \-dumpstream, the +last one on the command line will take precedence over the others.. . .TP .B \-dvbin <options> (DVB only)
On Sun, May 22, 2005 at 09:13:01PM +0200, Diego Biurrun CVS wrote:
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/man/en In directory mail:/var2/tmp/cvs-serv24297/DOCS/man/en
Modified Files: mplayer.1 Log Message: Only one of -dumpstream, -dumpvideo, -dumpaudio works at a time.
Index: mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v retrieving revision 1.977 retrieving revision 1.978 diff -u -r1.977 -r1.978 --- mplayer.1 22 May 2005 15:11:03 -0000 1.977 +++ mplayer.1 22 May 2005 19:12:58 -0000 1.978 @@ -905,6 +905,8 @@ .TP .B \-dumpaudio (MPlayer only) Dumps raw compressed audio stream to ./stream.dump (useful with MPEG/\:AC3). +You can only specify one of \-dumpaudio, \-dumpvideo, \-dumpstream, the +last one on the command line will take precedence over the others..
It sort of contradicts each other. If only one is specified then specifying two is an error, not 'last takes precedence'. How about 'It makes sense only to specify one of ... if you specify more the last takes precedence'? Also note '..' at end of line, will fix with same commit. (And the two copies below). Torinthiel -- Waclaw "Torinthiel" Schiller GG#: 542916, 3073512 torinthiel(at)megapolis(dot)pl gpg: 0906A2CE fpr: EE3E DFB4 C4D6 E22E 8999 D714 7CEB CDDC 0906 A2CE "No classmates may be used during this examination"
On Wed, Jun 01, 2005 at 04:12:10PM +0200, Torinthiel wrote:
On Sun, May 22, 2005 at 09:13:01PM +0200, Diego Biurrun CVS wrote:
+You can only specify one of \-dumpaudio, \-dumpvideo, \-dumpstream, the +last one on the command line will take precedence over the others..
It sort of contradicts each other. If only one is specified then specifying two is an error, not 'last takes precedence'. How about 'It makes sense only to specify one of ... if you specify more the last takes precedence'?
Hmm, this seems to be confusing. The point is that it might be desirable to dump both audio and video separately or something similar. This is not currently possible in one go.
Also note '..' at end of line, will fix with same commit. (And the two copies below).
OK. Diego
On Fri, Jun 03, 2005 at 03:54:24PM +0200, Diego Biurrun wrote:
On Wed, Jun 01, 2005 at 04:12:10PM +0200, Torinthiel wrote:
On Sun, May 22, 2005 at 09:13:01PM +0200, Diego Biurrun CVS wrote:
+You can only specify one of \-dumpaudio, \-dumpvideo, \-dumpstream, the +last one on the command line will take precedence over the others..
It sort of contradicts each other. If only one is specified then specifying two is an error, not 'last takes precedence'. How about 'It makes sense only to specify one of ... if you specify more the last takes precedence'?
Hmm, this seems to be confusing. The point is that it might be desirable to dump both audio and video separately or something similar. This is not currently possible in one go.
Committed something hopefully less confusing. Diego
participants (3)
-
Diego Biurrun -
syncmail@mplayerhq.hu -
Torinthiel