D&C GLug - Home Page

[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] Cassette recording software.

 

On 05/12/2007, Tom Potts <tompotts@xxxxxxxxxxxxxxxxxxxx> wrote:
> Just wondering if anyone has seen a 'hands off' recording software for the fat
> and lazy?
> I want to plug a cassette (or pre-amped record) into my pc sound card.
> Click on a button on the PC, hit play on the cassette and wander off to my own
> devices and return at a later date to find one side of the cassette recorded
> without an overflowind hard disk full of silence.
>
> On a similar vein has anyone seen DNR or similar software for cleaning up the
> same recordings?
>
> Tom te tom te tom
>
>
> --
> The Mailing List for the Devon & Cornwall LUG
> http://mailman.dclug.org.uk/listinfo/list
> FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html
>

Dont know of anything offhand,but this line should work

ffmpeg -f oss -i /dev/dsp -vn -t 00:45:00 -acodec mp2 oufile.mp2

(if you want mp3 replace mp2 with libmp3lame)
(for 45 minute per side tapes)

-- 
The Mailing List for the Devon & Cornwall LUG
http://mailman.dclug.org.uk/listinfo/list
FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html