OS2 World.Com Forum
2012.05.26, 00:36:41 *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: 1 2 [3]
  Print  
Author Topic: Install MPlayer  (Read 12135 times)
OriAl
Jr. Member
**
Posts: 95


View Profile
« Reply #30 on: 2008.08.28, 04:48:26 »

Thank you.

It's serious for my mother, and chronic and worsening for me (quadriplegia with extreme central pain syndrome that negatively impacts the movement I have left and affect my concentration,  memory, and retention, plus other issues),  but I have to try to keep up with eCS and try to learn XP.

The OS/2 community is really patient with me, and I appreciate it.

Are there fairly small files I can download to test mplayer?

Thanks,

Alan
Logged
sXwamp
Full Member
***
Posts: 223



View Profile WWW
« Reply #31 on: 2012.04.02, 02:35:46 »

Marked as: Advanced
Hello,

This is a rexx script to configure mplayer, note that you have to unpack mplayer (to %PROGRAMS%\Mplayer ) and the codecs (to %PROGRAMS%\Mplayer\Codecs ) to make this script work all the way as there's no check that the files exist.

I have left out the part to make changes to config.sys, you have to do that by hand if you want or modify the script. If you modify the script, please post it here so other people can see it as well.

Note that the code hasn't been tested much in it present state. Use with caution!!!
Please do post corrections if you see something that you think is wrong or can be changed.

...

//Jan-Erik

***Corrected some problems I found***

Code:
CreatePrgmObj: procedure expose prgm.
    setupstring = 'OBJECTID=<'prgm.objid'>;EXENAME='prgm.destpath'\'prgm.name';PARAMETERS='prgm.params';ASSOCFILTER='prgm.assocfilter';ICONFILE='prgm.icon';'





To get rid of the extra VIO windows change the above code to:

Code:
CreatePrgmObj: procedure expose prgm.
    setupstring = 'OBJECTID=<'prgm.objid'>;PROGTYPE=PM;EXENAME='prgm.destpath'\'prgm.name';PARAMETERS='prgm.params';ASSOCFILTER='prgm.assocfilter';ICONFILE='prgm.icon';'
 



Also for mPlayer 4.4.5 add to the config file for sound:

ao=kai:dart

« Last Edit: 2012.04.02, 02:38:27 by sXwamp » Logged
Pages: 1 2 [3]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.14 | SMF © 2006-2011, Simple Machines LLC Valid XHTML 1.0! Valid CSS!