Difference between revisions of "Extracting Audio from Video"

From Adam Lambert Live
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
If you have an audience video recording with great audio, and you want to share the audio in its original quality without having to upload massive video files, here's instructions on how you can extract only the audio from the video:
+
If you have an audience video recording with great audio, and you want to share the audio in its original quality without having to upload massive video files, here's instructions on how you can extract only the audio from the video using some simple tools.
  
 +
Note: I have also written some batch scripts that will automate some of these processes. You can find them here:
 +
* [[BatchConvert|BatchConvert for PC]]
 +
* [[BatchConvertforMac|BatchConvert for Mac]]
  
== Windows instructions ==
+
== Required Software ==
'''MP4/AVI/MOV/TS files containing AC3 and AAC audio'''
+
* [http://www.squared5.com/ MPEG Streamclip]
#Download and install this software called YAMB http://yamb.unite-video.com/
+
* [http://audacity.sourceforge.net/download/ Audacity]
#Clicking on ''Editing > Click to extract streams from AVI/MP4...''.
 
#Click on the ''Folder'' icon next to the ''Input'' field.
 
#If audio stream is
 
#*AAC format, click to highlight the AAC file, make sure ''Extract to Raw Format'' is selected;
 
#*AC3 format, click to highlight the AC3 file and make sure ''Extract Audio Stream'' is selected.
 
#Select ''Next''.
 
#The resultant file is the audio of the video in its original quality.
 
#Repeat steps 1-6 for the rest of your videos.
 
  
'''TS, MTS, M2TS, MPEG2 files containing AC3 audio'''
+
== Optional Software ==
#Download and install this software called TSMuxerGUI http://www.videohelp.com/tools/tsMuxeR
+
* [http://mediainfo.sourceforge.net/en Mediainfo] (this will help you find out the format your files have been encoded in)
#Open the first video file by clicking on ''Add''.
 
#Uncheck everything except the audio file. The audio file may be one of the following formats AC3, WAV, MP3
 
#*Note if the file contains an AAC stream (in TSMuxerGUI this may appear as "MPEG-Audio"), please use the YAMB method detailed above as this method may result in corrupted AAC streams that do not play correctly in iPhones.
 
#Select the ''Demux'' radio button.
 
#Click ''Start Demuxing''.
 
#The resultant file is the audio of the video in its original quality.
 
#Repeat steps 1-6 for the rest of your videos.
 
  
 +
== Instructions ==
 +
'''TS, MTS, M2TS, MOV and MPEG files containing AAC audio'''
 +
# Open the video in [http://www.squared5.com/ MPEG Streamclip]
 +
# Click on File > Save Track > Save Audio Track
 +
# Save as MP4 (if this gives an error, you probably recorded the audio in PCM)
 +
# Rename the extension to M4A
  
== Mac instructions ==
+
'''TS, MTS, M2TS, MOV and MPEG files containing AC3 audio'''
'''MP4 and MOV files'''
+
# Open the video in [http://www.squared5.com/ MPEG Streamclip]
#Download and install this software called SimpleMovieX (Free, trial version will work) http://simplemoviex.com/SimpleMovieX/index.var
+
# Click on File > Save Track > Save Audio Track
#Open the video file in SimpleMovieX.
+
# Save (this will generate an AC3 file)
#Click on Edit > Separate Tracks to separate the audio from the video.
+
 
#Select the audio track, then go File > Save As (MPEG-4). This will produce an audio MP4 (or MOV if the MPEG-4 option isn't available).
+
'''TS, MTS, M2TS, MOV and MPEG files containing PCM audio'''
#Rename the file extension from MP4 to M4A and the file should play in iTunes (this step only applies to files whose output is mp4).
+
# Open the video in [http://audacity.sourceforge.net/download/ Audacity]
#Repeat steps 1-5 for the rest of your videos.
+
# Click on File > Export to Other Formats > OK
 +
#* If you recorded the audio as 16 bit PCM audio:
 +
#*# Select Format as "WAV (Microsoft) Signed 16 bit PCM"
 +
#* Else, if you recorded the audio as 24 bit PCM audio:
 +
#*# Select Format as "Other compressed files"
 +
#*# Click Option
 +
#*# Make sure Header is "WAV (Microsoft)" and Encoding is "Signed 24 bit PCM"
 +
#*# Click OK
 +
# Save (this will generate a WAV file)

Latest revision as of 11:53, 29 June 2012

If you have an audience video recording with great audio, and you want to share the audio in its original quality without having to upload massive video files, here's instructions on how you can extract only the audio from the video using some simple tools.

Note: I have also written some batch scripts that will automate some of these processes. You can find them here:

Required Software

Optional Software

  • Mediainfo (this will help you find out the format your files have been encoded in)

Instructions

TS, MTS, M2TS, MOV and MPEG files containing AAC audio

  1. Open the video in MPEG Streamclip
  2. Click on File > Save Track > Save Audio Track
  3. Save as MP4 (if this gives an error, you probably recorded the audio in PCM)
  4. Rename the extension to M4A

TS, MTS, M2TS, MOV and MPEG files containing AC3 audio

  1. Open the video in MPEG Streamclip
  2. Click on File > Save Track > Save Audio Track
  3. Save (this will generate an AC3 file)

TS, MTS, M2TS, MOV and MPEG files containing PCM audio

  1. Open the video in Audacity
  2. Click on File > Export to Other Formats > OK
    • If you recorded the audio as 16 bit PCM audio:
      1. Select Format as "WAV (Microsoft) Signed 16 bit PCM"
    • Else, if you recorded the audio as 24 bit PCM audio:
      1. Select Format as "Other compressed files"
      2. Click Option
      3. Make sure Header is "WAV (Microsoft)" and Encoding is "Signed 24 bit PCM"
      4. Click OK
  3. Save (this will generate a WAV file)