Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] Bash pipes [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
dot
Guru
Guru


Joined: 05 May 2003
Posts: 335
Location: Germany

PostPosted: Thu Mar 25, 2004 1:43 pm    Post subject: [OT] Bash pipes [solved] Reply with quote

Hi,

warum klappt das nicht:
Code:
mpg123 musik.mp3 -s | oggenc - -o musik.ogg

Warum muss ich hier folgendes machen:
Code:
mpg123 musik.mp3 -s 2>/dev/null | oggenc - -o test.ogg

Was macht dieses 2>/dev/null eigentlich?

Grüße

Flo

EDIT:
BTW: 100 Posts durch meine Wenigkeit ;-)


Last edited by dot on Thu Mar 25, 2004 2:15 pm; edited 1 time in total
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1938

PostPosted: Thu Mar 25, 2004 2:01 pm    Post subject: Reply with quote

Es leitet die Fehler-/Warn-/Statusmeldungen ins Niemandsland (alles, was nach /dev/null geschrieben wird, geht verloren).
_________________
Unix philosophy: "Do one thing and do it well."
systemd: "Do everything and do it wrong."
Back to top
View user's profile Send private message
dot
Guru
Guru


Joined: 05 May 2003
Posts: 335
Location: Germany

PostPosted: Thu Mar 25, 2004 2:03 pm    Post subject: Reply with quote

Hi,

stimmt, 2 ist der fd für stderr.
Schande über mein Haupt :oops:

Grüße

Flo
Back to top
View user's profile Send private message
amne
Bodhisattva
Bodhisattva


Joined: 17 Nov 2002
Posts: 6378
Location: Graz / EU

PostPosted: Thu Mar 25, 2004 6:09 pm    Post subject: Reply with quote

Und nicht vergessen: Die Qualität leidet unter solchen Aktionen (verschiedene psychoakustische Modelle und so). Wenn deine oggs dann lausig klingen liegt es nicht daran, dass mp3 besser als ogg ist. ;)

PS: emerge media-sound/mp32ogg hilft vielleicht auch
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum