Encoding movies for opie-mediaplayer2 running on a spitz

Eran <[email protected]>
Newsgroups gmane.comp.handhelds.openzaurus.user
Message-ID <[email protected]>
Hi!


I'm trying to encode a movie to play with opie-mediaplayer2 on my spitz 
(C3000) with OZ 3.5.4.1 installed.

I have tried several encoding scripts I found on the net, but I 
encounter a weird problem: Either I'd get the video to play (then, even 
if encoded to 640x480, I get it rescaled so it plays on a small, about 
300x200 square stretched at the center of the screen, trying to play in 
full screen) or I'd get audio to play. Never both of them.


I'm attaching the script that encodes movies in 320x240, where I can 
hear audio only.

------------------------------------------------------------------------------------------------------------------------------------

#!/bin/sh

INFILE=$1
echo \"Encoding $INFILE\"
shift

# -lavcopts acodec=mp3:abitrate=64 -vop scale=320:240 -oac lavc -o $OUTFILE

echo "Encoding to $@"
mencoder "$INFILE" -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=300:vpass=1 \
-lameopts cbr:br=64:mode=3 -vop scale=320:240 -oac mp3lame -o $@
mencoder "$INFILE" -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=300:vpass=2 \
-lameopts cbr:br=64:mode=3 -vop scale=320:240 -oac mp3lame -o $@

------------------------------------------------------------------------------------------------------------------------------------



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.