![]() |
Usefull Mplayer options
Hi,
which are the best options for Mplayer for N770? In the much to big Mplayer-thread there seem to be many different mplayer call. Thanks bsterix |
Is it best to call Mplayer without any options at all???
|
I find the following works well for 400x240 videso (this is all from memory, will correct any mistakes tonight):
Code:
-vo x11 -ao gst -ac dspmp3 -framedrop -autosync 1 -volstep 10 -cache 2048 Code:
vo=x11 |
there are times you will want to use -playlist
|
any new options with mplayer rc1.5 (except -vo nokia770)?
|
i tried to open a .wmv file with mplayer, and got jibberish and no video. was this version not compiled with the wmv extensions enabled or am i missing a config option?
|
Quote:
As for complete reference of existing maemo mplayer additional options, I may update maemo mplayer webpage and add this information there if I find some spare time for this. The original plan was to have a wiki page for documenting these options, but apparently garage wiki can be modified by developers only and that defeats the whole idea :( |
Quote:
What result exactly did you get with your wmv file? Can it be watched if you disable audio (using '-nosound' option)? I wonder how many people would like to have .wmv video support in mplayer? Is it worth trying to fix it at all? By the way, I found some link to a discussion about fixed point wma decoder patches: http://www.rockbox.org/tracker/4984 (it may be interesting to those who would like to experiment with optimizing wma playback) |
I'd love to see the ability to select multiple media files to play one after the other.
|
Quote:
|
Quote:
thanks bsterix |
MPlayer supports -playlist option, its usage is described in mplayer documentation: http://www.mplayerhq.hu/DOCS/HTML/en/index.html
But generally you need to create a text file which contains names of your media files, one file name per line (playlist.txt for example). Then you need to run MPlayer with -playlist option: mplayer -playlist playlist.txt Some other useful options are -shuffle (randomize order) and -loop (play files in a loop). For example the following command line uses all these options to infinitely play files from some playlist in random order: mplayer -loop 0 -shuffle -playlist playlist.txt PS. You need the latest version on MPlayer (at least mplayer_1.0rc1-maemo.6) as the older versions had a bug that prevented from playing more than one file per mplayer run. |
Re: Usefull Mplayer options
Quote:
|
Re: Usefull Mplayer options
bnk1999
If you have installed Xterm ( look it up ) and your music ( for instance ) is in Code:
/media/mmc1/mp3 Code:
find /media/mmc1/mp3/Gary_Moore -print > plist.txt Code:
find /media/mmc1/mp3 -print > plist.txt Code:
mplayer -loop 0 -shuffle -playlist plist.txt |
Re: Usefull Mplayer options
Thanks rcull. I will try this out when I get home tonight.
|
Re: Usefull Mplayer options
:D Works great! Thanks for your help.
|
All times are GMT. The time now is 12:48. |
vBulletin® Version 3.8.8