Difference between revisions of "Extracting Audio from Video"
Jump to navigation
Jump to search
(10 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]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | ''' | + | == Required Software == |
− | # | + | * [http://www.squared5.com/ MPEG Streamclip] |
− | #Open the video | + | * [http://audacity.sourceforge.net/download/ Audacity] |
− | #Click on | + | |
− | #Select the audio | + | == Optional Software == |
− | # | + | * [http://mediainfo.sourceforge.net/en 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''' | ||
+ | # 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 | ||
+ | |||
+ | '''TS, MTS, M2TS, MOV and MPEG files containing AC3 audio''' | ||
+ | # Open the video in [http://www.squared5.com/ MPEG Streamclip] | ||
+ | # Click on File > Save Track > Save Audio Track | ||
+ | # Save (this will generate an AC3 file) | ||
+ | |||
+ | '''TS, MTS, M2TS, MOV and MPEG files containing PCM audio''' | ||
+ | # Open the video in [http://audacity.sourceforge.net/download/ Audacity] | ||
+ | # 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 10: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
- Open the video in 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
TS, MTS, M2TS, MOV and MPEG files containing AC3 audio
- Open the video in MPEG Streamclip
- Click on File > Save Track > Save Audio Track
- Save (this will generate an AC3 file)
TS, MTS, M2TS, MOV and MPEG files containing PCM audio
- Open the video in Audacity
- 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
- If you recorded the audio as 16 bit PCM audio:
- Save (this will generate a WAV file)