• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Ominöse Audioformate mit mplayer

Yehudi

Guru
Mit dem MPlayer soll man laut PCWelt, über die Konsole Audioformate wechseln können.
Das Abspielen des Formates pbq ist kein Problem, aber das Konvertieren erscheint doch nicht so einfach.

Hier der Auszug aus meiner Konsole als root (mit user habe ich das selbe Ergebnis):
Code:
linux:/home/yehudi/Desktop/Live # mplayer -vo null -vc dummy -af resample=44100 -ao pcm:waveheader Titel.pbq
MPlayer SuSE Linux 9.3 (i686)-Packman-3.3.5 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon MP/XP/XP-M Barton (Family: 6, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled with runtime CPU detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection.


Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such device
Can't init input joystick
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: Connection refused
Failed to open LIRC support.
You will not be able to use your remote control.
Playing Titel.pbq.
Audio file detected.
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
Checking audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...


MPlayer interrupted by signal 11 in module: af_preinit
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
linux:/home/yehudi/Desktop/Live #


und
Code:
linux:/home/yehudi/Desktop/Live # mplayer --enable-debug
MPlayer SuSE Linux 9.3 (i686)-Packman-3.3.5 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon MP/XP/XP-M Barton (Family: 6, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled with runtime CPU detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection.


'--' indicates no more options, but no filename was given on the command line.
linux:/home/yehudi/Desktop/Live #

DOCS/HTML/en/bugreports_what.html#bugreports_crash konnte ich leider nicht finden.
 

tomte

Hacker
recompile MPlayer with --disable-runtime-cpudetection
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace

and disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash

MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you think it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and won't help unless you provide this information when reporting a possible bug.
 
OP
Y

Yehudi

Guru
Hat sich erledigt, da das ominöse pbq, wie ich nach langem rechachieren im Internet festgestellt habe, nichts anderes als ein mp3 ist.
 
Oben