Re: how to digitize a sizable CD collection using fedora?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



the other option is to keep it native to linux in oog format, as a thought.

On Fri, Feb 2, 2018 at 7:28 PM, Wolfgang Pfeiffer <roto@xxxxxxx> wrote:
On Fri, 2 Feb 2018 17:29:40 -0500 (EST)
"Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> wrote:
>
>   in short, any recommendations on simply ripping all these CDs to
> hard drive, while having no idea what i will eventually use to play
> them?

First step:
making the *wav files:

man wodim:

"To copy an audio CD in the most accurate way, first run

           icedax dev=/dev/cdrom -vall cddb=0 -B -Owav

       and then run

           wodim dev=/dev/cdrw -v -dao -useinfo -text  *.wav"


Second step:
converting the hopefully resulting wav files from above to flac:
in the folder containing the wavs trying:

for f in *.wav; do sox "$f" "${f%.wav}.flac"; done

(latter snippet copied and edited from a previous thread here)

I'd assume one can script/automate that last step in a way so that
once all CD's have been converted, this script simply needed to cd
into every dir containing the wavs and then starts to convert the files
via the "for f in *.wav ..." line ..

HTH, and good luck!
Regards
--
Wolfgang Pfeiffer
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@lists.fedoraproject.org

_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux