[Angstrom-distro-users] Re : play video with mplayer
Ronan Sandford
ronansandford at yahoo.fr
Thu Aug 30 18:20:18 CEST 2007
No, I have only one mode available, 480x640
I look at the archive but what I get is too slow, with framedrop, I can have the sound in sync with the video but the video is too slow !
for encoding I used:
#! /bin/sh
OUTFILE=output.mpg
echo "Outputting to $OUTFILE"
INFILE=$1
echo "Coming from $INFILE"
while [ -n "$1" ] ; do
COMMANDLINE="$COMMANDLINE $1";
shift
done
echo "Extra options $COMMANDLINE"
mencoder "$INFILE" $COMMANDLINE -ovc lavc \
-lavcopts vcodec=mpeg4:vbitrate=400 \
-vf scale=320:240,rotate=1 \
-oac copy \
-ofps 23.976 \
-o "$OUTFILE"
what is your mencoder command line ?
for playing I used several command line:
mplayer -vo sdl -vm - double -quiet -framedrop -noaspect /media/hdd/output.mpg
what is your mplayer command line ?
Thanks
----- Message d'origine ----
De : Paul M <paul.mansfield at gmail.com>
À : angstrom-distro-users at linuxtogo.org
Envoyé le : Vendredi, 24 Août 2007, 11h44mn 38s
Objet : Re: [Angstrom-distro-users] play video with mplayer
can you set up alternative video mode using fbset?
_______________________________________________
Angstrom-distro-users mailing list
Angstrom-distro-users at linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linuxtogo.org/pipermail/angstrom-distro-users/attachments/20070830/f0c3104c/attachment.htm
More information about the Angstrom-distro-users
mailing list