CVS: main/DOCS/man/en mplayer.1,1.1058,1.1059
CVS change done by Roberto Togni CVS Update of /cvsroot/mplayer/main/DOCS/man/en In directory mail:/var2/tmp/cvs-serv13381/DOCS/man/en Modified Files: mplayer.1 Log Message: Demuxer modularization Demuxer selection by name with -demuxer command (bakward compatible) Index: mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v retrieving revision 1.1058 retrieving revision 1.1059 diff -u -r1.1058 -r1.1059 --- mplayer.1 31 Jul 2005 07:14:41 -0000 1.1058 +++ mplayer.1 5 Aug 2005 19:57:45 -0000 1.1059 @@ -785,10 +785,12 @@ .PD 1 . .TP -.B \-audio-demuxer <number> (\-audiofile only) +.B \-audio-demuxer <name> (\-audiofile only) Force audio demuxer type for \-audiofile. -Give the demuxer ID as defined in libmpdemux/\:demuxer.h. -\-audio-demuxer 17 forces MP3. +Give the demuxer name as printed by \-audio-demuxer help. +For backward compatibility it also accepts the demuxer ID as defined in +libmpdemux/\:demuxer.h. +\-audio-demuxer audio or \-audio-demuxer 17 forces MP3. . .TP .B \-audiofile <filename> @@ -921,10 +923,12 @@ with \-ovc copy. . .TP -.B \-demuxer <number> +.B \-demuxer <name> Force demuxer type. -Give the demuxer ID as defined in libmpdemux/\:demuxer.h. -\-demuxer 17 forces MP3. +Give the demuxer name as printed by \-demuxer help. +For backward compatibility it also accepts the demuxer ID as defined in +libmpdemux/\:demuxer.h. +\-demuxer audio or \-demuxer 17 forces MP3. . .TP .B \-dumpaudio (MPlayer only) @@ -1579,9 +1583,11 @@ 255 means white and 0 black. . .TP -.B \-sub-demuxer <number> (\-subfile only) (BETA CODE) +.B \-sub-demuxer <name> (\-subfile only) (BETA CODE) Force subtitle demuxer type for \-subfile. -Give the demuxer ID as defined in subreader.h. +Give the demuxer name as printed by \-sub-demuxer help. +For backward compatibility it also accepts the demuxer ID as defined in +libmpdemux/\:demuxer.h. . .TP .B \-sub-fuzziness <mode>
On Fri, 5 Aug 2005 21:57:48 +0200 (CEST) syncmail@mplayerhq.hu (Roberto Togni CVS) wrote: ....
.TP -.B \-sub-demuxer <number> (\-subfile only) (BETA CODE) +.B \-sub-demuxer <name> (\-subfile only) (BETA CODE) Force subtitle demuxer type for \-subfile. -Give the demuxer ID as defined in subreader.h. +Give the demuxer name as printed by \-sub-demuxer help. +For backward compatibility it also accepts the demuxer ID as defined in +libmpdemux/\:demuxer.h.
should it be as defined in subreader.h. ??????
On Fri, 12 Aug 2005 19:04:42 +0200 Paul TT <paultt@hackerjournal.it> wrote:
On Fri, 5 Aug 2005 21:57:48 +0200 (CEST) syncmail@mplayerhq.hu (Roberto Togni CVS) wrote:
....
.TP -.B \-sub-demuxer <number> (\-subfile only) (BETA CODE) +.B \-sub-demuxer <name> (\-subfile only) (BETA CODE) Force subtitle demuxer type for \-subfile. -Give the demuxer ID as defined in subreader.h. +Give the demuxer name as printed by \-sub-demuxer help. +For backward compatibility it also accepts the demuxer ID as defined in +libmpdemux/\:demuxer.h.
should it be as defined in subreader.h. ??????
Imo no because: subreader.h have no demuxer id in it (it has a list of subtitle formats), demuxer functions require a demuxer_type_* variable as input, the command parameter range checking in cfg-common.h was from 1 to DEMUXER_TYPE_MAX So i think that the previous explanation was wrong. If anybody disagree please tell me so that i can fix it. Ciao, Roberto
On Fri, Aug 12, 2005 at 08:32:02PM +0200, Roberto Togni wrote:
On Fri, 12 Aug 2005 19:04:42 +0200 Paul TT <paultt@hackerjournal.it> wrote:
On Fri, 5 Aug 2005 21:57:48 +0200 (CEST) syncmail@mplayerhq.hu (Roberto Togni CVS) wrote:
-.B \-sub-demuxer <number> (\-subfile only) (BETA CODE) +.B \-sub-demuxer <name> (\-subfile only) (BETA CODE) Force subtitle demuxer type for \-subfile. -Give the demuxer ID as defined in subreader.h. +Give the demuxer name as printed by \-sub-demuxer help. +For backward compatibility it also accepts the demuxer ID as defined in +libmpdemux/\:demuxer.h.
should it be as defined in subreader.h. ??????
Imo no because: subreader.h have no demuxer id in it (it has a list of subtitle formats), demuxer functions require a demuxer_type_* variable as input, the command parameter range checking in cfg-common.h was from 1 to DEMUXER_TYPE_MAX
So i think that the previous explanation was wrong. If anybody disagree please tell me so that i can fix it.
Umm, I think Paul is right here, there are subtitle format IDs defined in subreader.h that are different from the container demuxers. Diego
On Mon, Aug 22, 2005 at 03:10:10AM +0200, Diego Biurrun wrote:
Umm, I think Paul is right here, there are subtitle format IDs defined in subreader.h that are different from the container demuxers.
Ping? Should I? 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 Mon, Aug 22, 2005 at 03:10:10AM +0200, Diego Biurrun wrote:
On Fri, Aug 12, 2005 at 08:32:02PM +0200, Roberto Togni wrote:
On Fri, 12 Aug 2005 19:04:42 +0200 Paul TT <paultt@hackerjournal.it> wrote:
On Fri, 5 Aug 2005 21:57:48 +0200 (CEST) syncmail@mplayerhq.hu (Roberto Togni CVS) wrote:
-.B \-sub-demuxer <number> (\-subfile only) (BETA CODE) +.B \-sub-demuxer <name> (\-subfile only) (BETA CODE) Force subtitle demuxer type for \-subfile. -Give the demuxer ID as defined in subreader.h. +Give the demuxer name as printed by \-sub-demuxer help. +For backward compatibility it also accepts the demuxer ID as defined in +libmpdemux/\:demuxer.h.
should it be as defined in subreader.h. ??????
Imo no because: subreader.h have no demuxer id in it (it has a list of subtitle formats), demuxer functions require a demuxer_type_* variable as input, the command parameter range checking in cfg-common.h was from 1 to DEMUXER_TYPE_MAX
So i think that the previous explanation was wrong. If anybody disagree please tell me so that i can fix it.
Umm, I think Paul is right here, there are subtitle format IDs defined in subreader.h that are different from the container demuxers.
Hmm, Roberto, given that -sub-demuxer help prints the same as -demuxer, I think you need to have a look at and fix this. Diego
participants (5)
-
Diego Biurrun -
Paul TT -
Roberto Togni -
syncmail@mplayerhq.hu -
Torinthiel