Hi<br>+1 for the package in opkg<br>thanks in advance<br><br><div class="gmail_quote">2009/1/11 Pander <span dir="ltr">&lt;<a href="mailto:pander@users.sourceforge.net">pander@users.sourceforge.net</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
can someone package this in an opkg?<br>
<div><div></div><div class="Wj3C7c"><br>
pottwal4 wrote:<br>
&gt; Hi again.<br>
&gt;&gt; pottwal4 wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; root@om-gta02:~# mplayer -vo xover:glamo -fs /media/card/big_buck_bunny_320.avi<br>
&gt;&gt;&gt;<br>
&gt;&gt; mplayer doesn&#39;t know on which display it should open the video.<br>
&gt;&gt; Try (one line):<br>
&gt;&gt; DISPLAY=:0 mplayer -vo xover:glamo -fs /media/card/big_buck_bunny_320.avi<br>
&gt;<br>
&gt; Thanks Daniel, you was right! There was a problem concerning the<br>
&gt; $DISPLAY-Variable. But there was an other one, which I fixed, choosing<br>
&gt; the output device &quot;-vo glamo&quot; instead of &quot;-vo xover:glamo&quot;.<br>
&gt;<br>
&gt; So for everyone, how cares this what I do to get the example video<br>
&gt; running on the freerunner (inspired by<br>
&gt; &quot;<a href="http://wiki.openmoko.org/wiki/Video_Player" target="_blank">http://wiki.openmoko.org/wiki/Video_Player</a>&quot;):<br>
&gt;<br>
&gt; 1. Download an unpack mplayer-glamo<br>
&gt; (<a href="http://downloads.tuxfamily.org/3v1deb/openmoko/mplayer-glamo.tar.bz2" target="_blank">http://downloads.tuxfamily.org/3v1deb/openmoko/mplayer-glamo.tar.bz2</a>)<br>
&gt;<br>
&gt; 2. Write a short bash-script &quot;vidplay&quot; to start the video (and save it<br>
&gt; on the Freerunner and make it executable (with chmod +x vidplay)):<br>
&gt; #!/bin/sh<br>
&gt; DISPLAY=:0<br>
&gt; xrandr -display :0 --output default --mode 240x320<br>
&gt; mplayer -vo glamo &quot;$1&quot; &gt; /dev/null<br>
&gt; xrandr -display :0 --output default --mode 480x640<br>
&gt; reset<br>
&gt;<br>
&gt; 3. Encode a video-file on my PC with:<br>
&gt; mencoder video-file -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=300<br>
&gt; -vf scale=320:240,eq2=1.2:0.5:-.025,rotate=2 -oac mp3lame -lameopts<br>
&gt; br=64:cbr -o video-file-FR.avi<br>
&gt;<br>
&gt; 4. Transfer this file from PC to Freerunner (using scp)<br>
&gt; scp video-file root@phone:/media/card/<br>
&gt;<br>
&gt; 5. Considering that the video-start-script and the video-file are now<br>
&gt; both located on the Freerunner in directory /media/card/, start the<br>
&gt; video with:<br>
&gt; cd /media/card<br>
&gt; ./vidplay video-file<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Openmoko community mailing list<br>
&gt; <a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
&gt; <a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
<br>
<br>
_______________________________________________<br>
Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
</div></div></blockquote></div><br>