[Mplayer-cvslog] CVS: main/input input.h, 1.41, 1.42 input.c, 1.89, 1.90
Joey Parrish
joey at nicewarrior.org
Wed Aug 25 08:07:12 CEST 2004
On Wed, Aug 25, 2004 at 03:33:23AM +0200, Diego Biurrun wrote:
> Alex Beregszaszi writes:
> >
> > Modified Files:
> > input.h input.c
> > Log Message:
> > individual sub_select option not interferring with vobsub_lang
> >
> > --- input.c 26 Apr 2004 21:15:14 -0000 1.89
> > +++ input.c 17 Jul 2004 12:47:12 -0000 1.90
> > @@ -78,6 +78,7 @@
> > { MP_CMD_SUB_ALIGNMENT, "sub_alignment",0, { {MP_CMD_ARG_INT,{-1}}, {-1,{0}} } },
> > { MP_CMD_SUB_VISIBILITY, "sub_visibility", 0, { {-1,{0}} } },
> > { MP_CMD_VOBSUB_LANG, "vobsub_lang", 0, { {-1,{0}} } },
> > + { MP_CMD_SUB_SELECT, "sub_select", 0, { {-1,{0}} } },
> > { MP_CMD_GET_PERCENT_POS, "get_percent_pos", 0, { {-1,{0}} } },
> > { MP_CMD_GET_TIME_LENGTH, "get_time_length", 0, { {-1,{0}} } },
> > #ifdef USE_TV
> > @@ -303,6 +304,7 @@
> > { { 't', 0 }, "sub_pos +1" },
> > { { 'a', 0 }, "sub_alignment" },
> > { { 'v', 0 }, "sub_visibility" },
> > + { { 'b', 0 }, "sub_select" },
> > { { 'j', 0 }, "vobsub_lang" },
> > { { 'F', 0 }, "forced_subs_only" },
>
> Could somebody please explain what this does so I can document it?
> Thanks
I wrote some documentation in DOCS/tech/slave.txt when I combined it
with vobsub_lang. If I understand correctly, if I call:
mplayer file.avi -sub sub1.mpsub,sub2.mpsub
then sub_select will cycle between these two subs.
--Joey
--
"The tide is turning... the enemy is suffering terrible losses..."
--Gen. Custer
More information about the MPlayer-cvslog
mailing list