[MPlayer-DOCS] [fulup at fridu.net: Small Tipo error in documenation.]

Diego Biurrun diego at biurrun.de
Wed Jul 11 11:59:30 CEST 2007


Can somebody comment on and/or commit this change?

Diego

----- Forwarded message from Fulup Ar Foll <fulup at fridu.net> -----

From: Fulup Ar Foll <fulup at fridu.net>
Date: Fri, 29 Jun 2007 23:04:41 +0200
To: webmaster at mplayerhq.hu
Subject: Small Tipo error in documenation.
Organization: Ti Ar Follijen
User-Agent: KMail/1.9.5

Reference:
http://www.mplayerhq.hu/DOCS/HTML-single/en/MPlayer.html#menc-feat-quicktime-7
Chapter: 14.7.7. "Encoding example"
mencoder dvd://1 -o /dev/null .....-faacopts br=192:mpeg=4:object=1 ...
Should be object=2 or quicktime will not play the video but not the sound on Windows (it works on Linux).
Would also be nice to give an HTML working sample that support both Linux (vlc and mplayer plugin) and Windows (apple quicktime 7.1 plugin) when embedded in a HTML page. Most of avaliable sample on Internet are not working [see attached quicktime-sample.html ] :)
Fulup

<html>
<head>
</head>

<body>
<!-- Quicktime -->
<!-- Quicktime rtsp -->
<table>
<tr><td height="5"></td></tr>
 <tr><td>
  <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320"
        height="255</cms:ifNotEmpty>" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
	<param name='src' value="sample_300kbit.mp4">
        <param name='qtsrc' value="rtsp://movies.fridu.org:554/sample_300kbit.mp4">
        <param name='autoplay' value="true">
        <param name='controller' value="true">
        <param name='loop' value="false">
        <EMBED src="sample_300kbit.mp4" qtsrc="rtsp://movies.fridu.org:554/sample_300kbit.mp4" width="320" height="255" autoplay="true"
        controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'>
        </EMBED>
   </OBJECT>
        </td></tr>
<!-- fin Quicktime rtsp -->

<!-- fin Quicktime -->
</td></tr>
</table>

If you see this page your apache configuration file is not correct.
You must force apache to load index.php as the first page at least for
this site.
</body>
</html>


----- End forwarded message -----



More information about the MPlayer-DOCS mailing list