mplayer is not demanding of a kernel - mplayer really only reads bytes, converts them mathemtically and then write out bytes. It uses some time functions as well.
If the input is a file and the output is a file - then it will just use file i/o and possibly a single subprocess. 1. Does mplayer fault if you just do "mplayer" and get the banner. When you get the banner has it identified the processor and its capabilities correctly. If you get no banner info add in "-v -v -v" as command line options. 2. Can mplayer convert an mp3 files into a wav file without faulting. The command would be something like mplayer -af volume=0,resample=44100:0:1,channels=2 -ao pcm:waveheader:file=test.wav test.mp3 If it runs - after conversion try playing the wav file. -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=53536 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
