Making a Simple YouTube Video with Audacity and OpenShot

2011-11-19

I have often wanted to extract a good clip from an audio file and publish it on YouTube. I finally got around to doing it and it was easier than I had imagined (once I figured it out). All I’m doing here is creating a video with a still picture and audio.

  1. I’m using Fedora Linux. I had Audacity(audio editor) installed, but it did not have MP3 (which was the type of my audio file) support. Thankfully, there was an easy fix:
    1. $ sudo yum remove audacity
    2. $ sudo yum install audacity-freeworld
    3. Thanks to http://insidesocal.com/click/2010/08/audacity-in-fedora-cant-import.html
  2. My .mp3 file was almost two hours long. I wanted about three minutes of it. I opened the .mp3 file and found the location of the clip and then did the following:
    1. Clicked on the wave pattern about where I wanted the clip to start
    2. Shift-clicked on the wave pattern about where I wanted it to end
    3. Hit the space bar to play/pause the clip.
    4. When paused, edit the start and end points by Shift+left-arrow/right-arrow to expand the selection and Control+Shift+left-arrow/right-arrow to contract. Click on the timeline above the wave pattern to start at that point (when tweaking the end of the selection).
    5. When you’re happy with your selection, go to Edit->Trim
    6. Move the selection to the start of the timeline by going to Tracks->Align Tracks->Align to Zero
    7. Go to File->Export … , select .mp3 as the format. and hit Save.
    8. More thorough instructions from the Audacity team
  3. Now open OpenShot.
    1. Right-click in the top right panel and choose “Import Files” to add the .mp3 clip and an image.
    2. Drag the audio into Track 2.
    3. Drag the image into Track 1.
    4. Right-click on the audio in Track 2 and choose “Properties”, so to the “Length” tab and copy the value for “Out”.
    5. Follow the same steps for the image in Track 1, but paste in the value you copied from the audio
    6. Got to File->Export Video …
    7. Give it a name and select where to export it
    8. For Profile, select Web
    9. For Target, select YouTube
    10. Click “Export Video”
    11. Instructions with screenshots

Congratulations, you’re ready to upload your video to YouTube!

Written on November 19, 2011