Vielen Dank
Funktioniert einwandfrei und ich hab wieder was dazu gelernt
Nur eine Frage noch... ich kann aus diesem Script
- Code: Alles auswählen
#!/bin/bash
mplayer -vo null -ao pcm:file=sound.wav $1
lame --preset hifi sound.wav $1.mp3
keine Parameter entnehmen, an denen ich die Bitrate erhöhen könnte? 36kbps wären mir jetzt etwas wenig...
edit: Noch etwas stimmt mich fraglich...
************************************************
**** Your system is too SLOW to play this! ****
************************************************
Possible reasons, problems, workarounds:
- Most common: broken/buggy _audio_ driver
- Try -ao sdl or use the OSS emulation of ALSA.
- Experiment with different values for -autosync, 30 is a good start.
- Slow video output
- Try a different -vo driver (-vo help for a list) or try -framedrop!
- Slow CPU
- Dont try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts,
e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.
- Broken file
- Try various combinations of -nobps -ni -forceidx -mc 0.
- Slow media (NFS/SMB mounts, DVD, VCD etc)
- Try -cache 8192.
- Are you using -cache to play a non-interleaved AVI file?
- Try -nocache.
Read DOCS/HTML/en/video.html for tuning/speedup tips.
If none of this helps you, read DOCS/HTML/en/bugreports.html.
Sind das die Parameter, die ich ergänzen muss?
edit: Ich versuche gerade mir lshw anzueignen, um mich mit dem Soundproblem auseinanderzusetzen... aber wenn ich ins Verzeichnis "lshw-release" gehe und
- Code: Alles auswählen
make
bzw.
- Code: Alles auswählen
make gui
eingebe, kennt das System den Befehl "make" nicht?!
- Code: Alles auswählen
flow@linux:~/Desktop/lshw-B.02.13> make
bash: make: command not found
Lade mir jetzt gerade gtk2-devel herunter, um selbst eine RPM zu schreiben... ob das funktioniert weiß ich nicht und umständlich scheint es mir sowieso... müsste doch einfacher gehen?!
Und nochmal editiert, dass es sich auch wirklich lohnt... rpmbuild ging auch schief... anscheinend:
linux:/home/flow/Desktop # rpmbuild -ta --with gui lshw-B.02.13.tar.gz
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.75078
+ umask 022
+ cd /usr/src/packages/BUILD
+ cd /usr/src/packages/BUILD
+ rm -rf lshw-B.02.13
+ /usr/bin/gzip -dc /home/flow/Desktop/lshw-B.02.13.tar.gz
+ tar -xf -
+ STATUS=0
+ [ 0 -ne 0 ]
+ cd lshw-B.02.13
++ /usr/bin/id -u
+ [ 0 = 0 ]
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ [ 0 = 0 ]
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.75078
+ umask 022
+ cd /usr/src/packages/BUILD
+ /bin/rm -rf /var/tmp/lshw-B.02.13-2-root-root
++ dirname /var/tmp/lshw-B.02.13-2-root-root
+ /bin/mkdir -p /var/tmp
+ /bin/mkdir /var/tmp/lshw-B.02.13-2-root-root
+ cd lshw-B.02.13
+ /usr/bin/make -j2 PREFIX=/usr SBINDIR=/usr/sbin MANDIR=/usr/share/man DATADIR=/usr/share all
/var/tmp/rpm-tmp.75078: line 27: /usr/bin/make: Datei oder Verzeichnis nicht gefunden
error: Bad exit status from /var/tmp/rpm-tmp.75078 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.75078 (%build)
Ich verspreche, dass ich auch über Weihnachten immer brav aufgegessen habe... also woran liegt es dann
?
Zuletzt geändert von Kagenyu am 30.12.2008, 12:35, insgesamt 3-mal geändert.