Burning An Audio CD From An Internet Video, On A Mac

From Nearline Storage
Jump to navigation Jump to search

Your goal is to make a CD of the music that is in a video that you found somewhere on the internet. You want to do this on a Mac and you want to use free software to do it.

I do this in two steps, or maybe three:

  1. I download the audio from the internet video and save it as an MP3 file on my computer.
  2. If the audio is too long to fit on one CD, or if there are parts of the audio that I don't want to keep, I may decide that I want to edit the MP3 file before I burn it.
  3. last step, I burn the MP3 file on to CD.

I have made four YouTube videos that show you how I do each of these things.

Installing The Software

I will use four pieces of free software:

  • I will use either the 4kvideodownloader or the youtube-dl apps to download the audio MP3 file. I need more than one app to do this because there isn't one app that can handle every web site I want to download from. Some web sites work with one app, others work with the other. I'll show you how this works in my YouTube video.
  • When I decide that I need to edit the audio before burning it, I use the audacity app to do that. There's a YouTube video on how to do this.
  • I use the iTunes or the Music app that came with my Mac to burn the CDs. There's a YouTube app on how to do this.

When you watch the YouTube video it will tell you to come to this web page and copy web site links and commands from here and paste them into Safari or the Terminal command line on your Mac. The list of the things you'll copy and paste follows. Don't worry if this seems confusing right now. Watch the video, I will show you exactly what you need to do.

To download 4kvideodownloader go to: https://4kdownload.com
To download audacity go to: https://audacityteam.org

These are the commands that you will use to install youtube-dl:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew install wget

sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl

sudo chmod a+rx /usr/local/bin/youtube-dl

Downloading The Audio From An Internet Video

This video shows you how to use 4kvideodownloader or youtube-dl to download the audio from an internet video and save it as an MP3 file on your computer.

Editing The Audio

This video shows you how to use audacity to prepare an MP3 that you downloaded from the internet for burning onto one or more CDs.

A CD can only hold 90 minutes of audio. If your audio file is longer than 90 minutes, you will have to shorten it or split it into parts that can each fit on one CD. I use audacity to do that.

Also, there may be chunks of dead air or other parts of the audio file that you don't want to put onto your CD. I use audacity to remove these chunks from the audio file before I burn it.

Burning The Audio File On CD

This video will show you how to use the iTunes or Music apps that are already on your Mac to burn the audio files that you have made on to CDs.