On Thu 20.03.2003 at 10:27:04AM -0500, Aubin Paul wrote:
> Potentially a dumb question, but I haven't modified one of these new
> fxd files before; how do you put in mplayer options? The old way
> didn't work, and I didn't get much out of reading the xml_parser code. 

Read the DTD, Luke ;)

> 
> ...
> <video>
>     <file id="p1">South Park: Bigger, Longer and Uncut.ac3.avi</file>
>     <mplayer_options>-ao alsa9 -ac hwac3 -mc 10 -delay 0.400</mplayer_options>
> </video>

the <mplayer_options> element has been turned into an "mplayer-options"
attribute. You can have such an attribute in those elements:
  video:        applies to all video clips/movies
  file/vcd/dvd: applies to this specific clip
  variant:      applies to all the clips contained in this variant
        part:         applies to this specific part (i.e. clip) of the current
                  variant

So, what you want is:

<video>
  <file id="p1"
        mplayer-options="-ao alsa9 -ac hwac3 -mc 10 -delay 0.400"
    >South Park: Bigger, Longer and Uncut.ac3.avi</file>
</video>

However, mplayer-options in <file> and <part>  do not work unless you
apply the patch I sent today. (Yes, I know, the implementation is
lousy... But it's getting better :)

Matthieu
-- 
 (~._.~)        Matthieu Weber - Universit� de Jyv�skyl�         (~._.~)
  ( ? )                email : [EMAIL PROTECTED]                  ( ? ) 
 ()- -()               public key id : 452AE0AD                  ()- -()
 (_)-(_)  "Humor ist, wenn man trotzdem lacht (Germain Muller)"  (_)-(_)


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to