Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mp3 -> audio cd from commandline?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
derverstand
Guru
Guru


Joined: 15 Dec 2005
Posts: 511
Location: /dev/null

PostPosted: Sat Jun 23, 2007 1:23 pm    Post subject: mp3 -> audio cd from commandline? Reply with quote

Hi,

I want to convert a bunch of mp3 files to audio cds. It should be a oneliner including cdrecord and mplayer/mencoder. So far I want convert to .wav with:
Code:
mplayer -vc dummy -vo null -af volume=0,resample=44100:0:1 -ao pcm:waveheader:file="file1.wav" file1.anyformat

According to the cdrecord man page I need a .inf file if I want to pipe the output directly:
Code:
mplayer SOMEOPTIONS INFILES | cdrecord SOMEOTHEROPTIONS

How can I achiev this?

/BR
Back to top
View user's profile Send private message
tuam
l33t
l33t


Joined: 04 May 2004
Posts: 765
Location: CGN, Germany

PostPosted: Sun Jun 24, 2007 2:30 pm    Post subject: Reply with quote

I think your one-liner should be calling a script. It could convert all files to wavs and then create the CD. 8)
I'm not sure if it's worth the pain to try and create a cue file - and you will need to create at least one file anyways.
Also, that one-liner would be rather long, and have many semicolons...

FF,

Daniel
_________________
Logic clearly dictates that the needs of the many outweigh the needs of the few. - Spock
The needs of the one outweigh the needs of the many. - Kirk
I refuse to let arithmetic decide questions like that. - Picard
Back to top
View user's profile Send private message
derverstand
Guru
Guru


Joined: 15 Dec 2005
Posts: 511
Location: /dev/null

PostPosted: Sun Jun 24, 2007 2:31 pm    Post subject: Reply with quote

Think so, too :/ So I have to use my old script :(
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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