Russell Bateman
September 2021
last update:
Software to transcode what's on your audio CD to MP3. I'm doing this on Linux Mint
|
|
* How you get WAV files transcoded into MP3. Ensure this encoder, which is proprietary and cannot be shipped in any Linux distribution by default, is loaded. If need be, perform the following, then bounce RipperX to ensure it's loaded (I didn't have to, but it's good to do it anyway and you're not losing anything). russ@tirion ~ $ sudo apt-get install lame libmp3lame0 Reading package lists... Done Building dependency tree Reading state information... Done libmp3lame0 is already the newest version (3.100-3). The following packages were automatically installed and are no longer required: libllvm11 linux-headers-5.4.0-74 linux-headers-5.4.0-74-generic linux-headers-5.4.0-77 linux-headers-5.4.0-77-generic linux-image-5.4.0-74-generic linux-image-5.4.0-77-generic linux-modules-5.4.0-74-generic linux-modules-5.4.0-77-generic linux-modules-extra-5.4.0-74-generic linux-modules-extra-5.4.0-77-generic Use 'sudo apt autoremove' to remove them. Suggested packages: lame-doc The following NEW packages will be installed: lame 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 48.4 kB of archives. After this operation, 133 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://archive.ubuntu.com/ubuntu focal/universe amd64 lame amd64 3.100-3 [48.4 kB] Fetched 48.4 kB in 1s (80.8 kB/s) Selecting previously unselected package lame. (Reading database ... 475219 files and directories currently installed.) Preparing to unpack .../lame_3.100-3_amd64.deb ... Unpacking lame (3.100-3) ... Setting up lame (3.100-3) ... Processing triggers for man-db (2.9.1-1) ... |