LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-22-2004, 04:13 AM   #1
WarlockofVirgo
Member
 
Registered: Mar 2004
Location: Toronto, Canada
Distribution: SUSE 9.1
Posts: 67

Rep: Reputation: 15
KAudioCreator making 0 biterate ogg files


When I try to rip a CD with KAudioCreator on SuSE 9.1 Personal it works as far as 2 or 3 OGG files but than it sits there. I hit the eject button and put the CD back in and I can get 1 or 2 more. After that it starts producing OGG files with a biterate of 0 and 1 and no sound. If I reboot I'm able to get two or three more songs and it does the same crap again. There's nothing wrong with the Encoder because I tried putting them into plane WAV files with no success.
 
Old 08-22-2004, 04:59 AM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
All GUI front ends offer limited versions of the command line tools and hide the error messages from you.

I suggest trying the command line and using them in an x terminal rather than using the GUI fronts.

Then you have access to all the flags, etc mentioned in man <command> and info <command> and can see and report the errors, if any.

How about CD copying, ripping and burning? I can't figure it out.
# CD burning copying ripping info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
Linux DVD HOWTO
CD Writing HOWTO
Burning CDs on Linux
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso;eject
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom;eject
# ISO information
isoinfo -i -d /dev/cdrom
# Generate an ISO from a directory.
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
# cdparanoia - search for a drive with reporting of autosense:
cdparanoia -vsQ
# Rip a complete audio CD with cdparanoia
cdparanoia -B "1-";eject
# Convert wav files to oggvorbis
oggenc somefile.wav
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav;eject
# Copy CD using cdrdao
cdrdao read-cd --device <your device> --read-raw --datafile mydata.bin -v 99 mydata.cue
cdrdao write --device <your device> --overburn -v 99 --speed <burning speed> mydata.cue
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast
# Mount CD iso images as a filesystem
mount /path/to/foo.iso /mnt/<directory> -t iso9660 -o ro,loop=/dev/loop0
Example:
mount /pub/iso/distros/Mandrake92-cd1-inst.i586.iso /mnt/cdrom -t iso9660 -o ro,loop=/dev/loop0

See man <command> or info <command> for full list of available flags and examples.

Last edited by fancypiper; 08-22-2004 at 05:07 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Icon Previews for Ogg Files? guitarfella Slackware 1 05-21-2005 12:01 PM
KAudioCreator + OGG + High Bitrate filesiteguy Linux - Software 2 03-08-2005 11:25 AM
opening ogg files in nautilus geniarse Linux - Software 2 09-04-2004 09:57 AM
making a mp3 cd player play ogg windowsrefugeeX Linux - Hardware 0 08-22-2004 11:43 AM
KAudioCreator rips silent audio files antiemptyv Linux - Software 0 08-21-2004 11:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration