LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   recording with Audacity (https://www.linuxquestions.org/questions/linux-software-2/recording-with-audacity-4175443014/)

newbiesforever 12-26-2012 12:42 PM

recording with Audacity
 
I would like to record audio off a DVD (played in my DVD drive) using Audacity. So...I guess just pressing the record button while the DVD plays doesn't do it, because after I stopped the DVD, stopped recording, and played the recording back, it played no sound and didn't seem to have recorded any. What else do I have to do? I'm new to not only Audacity but the entire process of recording audio from anything. (Someone had to explain to me that I don't need a separate audio cable for the DVD drive because audio goes through the SATA cable.)

schneidz 12-26-2012 12:54 PM

not sure why that doesnt work but it may be that your specific soundcard is incapable of playing and recording at the same time ?

something like this mite work:
Code:

mencoder dvd://1 -novideo -aid 128 -channels 6 -oac lavc -lavcopts acodec=ac3:abitrate=192 -a52drc 1 -o dvd.ac3

newbiesforever 12-26-2012 01:06 PM

Quote:

Originally Posted by schneidz (Post 4857226)
not sure why that doesnt work but it may be that your specific soundcard is incapable of playing and recording at the same time ?

something like this mite work:
Code:

mencoder dvd://1 -novideo -aid 128 -channels 6 -oac lavc -lavcopts acodec=ac3:abitrate=192 -a52drc 1 -o dvd.ac3

Possibly. I have only the internal audio (sound card?) that came with the motherboard. (I thought I needed a separate sound card to make a good audio recording, but someone said not necessarily. So I'll first see how good a recording my onboard audio can make.)

What is the command you suggest supposed to do?--record from the CLI, or analyze why I can't record?

schneidz 12-26-2012 01:20 PM

just so you are aware the above command (and others like it ffmpeg , mplayer -dumpaudio , ...) are digitally converting the audio rather than doing a real-time recording. if you really want to record try plugging in a mic and run arecord (you mite need to run alsmixer and make sure all the proper channels are unmuted).

newbeeman 12-27-2012 04:05 PM

Re-recording in Audacity
 
I believe you'll need to 'Import' the file into Audacity. Once it's loaded into Audacity then you can 'play' with it.

newbiesforever 12-31-2012 03:33 PM

Quote:

Originally Posted by newbeeman (Post 4857973)
I believe you'll need to 'Import' the file into Audacity. Once it's loaded into Audacity then you can 'play' with it.

Thanks, that was what I needed. I wanted to capture to a computer audio that was already on a DVD.


All times are GMT -5. The time now is 10:57 AM.