Ripping audio from a trailer

Locked
User avatar
OzzieAlThor79
Joined: Fri Aug 20, 2004 10:09 pm
Location: Saint Paul, Minnesota U.S.A.
Org Profile

Ripping audio from a trailer

Post by OzzieAlThor79 » Tue Jun 02, 2009 3:44 pm

So, I don't see a guide that really goes over this. Please correct me if I am wrong.

From the topic, it should obvious I would like to do an AMV to a movie trailer.

Are there best practices in getting the audio from a trailer put into MP3 format? I have the DVDs and such for my video footgae. I am not sure how to get the audio.

The trailer is one of the new "Star Trek" ones. I know I can download the Quicktime trailer for it. If I dig I can find it in MPEG format, no doubt.

Any advice on how I proceed?

User avatar
OzzieAlThor79
Joined: Fri Aug 20, 2004 10:09 pm
Location: Saint Paul, Minnesota U.S.A.
Org Profile

Re: Ripping audio from a trailer

Post by OzzieAlThor79 » Tue Jun 02, 2009 3:51 pm

Of course, after I post NOW I think I found what you will direct me to:

http://www.animemusicvideos.org/guides/ ... dio3d.html

Am I right?

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: Ripping audio from a trailer

Post by Scintilla » Tue Jun 02, 2009 6:28 pm

Pretty much, but why would you want to put it into MP3 format if you're then going to use it as source for an AMV?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
OzzieAlThor79
Joined: Fri Aug 20, 2004 10:09 pm
Location: Saint Paul, Minnesota U.S.A.
Org Profile

Re: Ripping audio from a trailer

Post by OzzieAlThor79 » Wed Jun 03, 2009 9:08 am

Because I never saw this:

http://www.animemusicvideos.org/guides/ ... dio3c.html

First things first:

YOU ONLY EVER EDIT VIDEOS USING UNCOMPRESSED WAV AUDIO

I have spent what free time I choose to use on AMVs just trying to get my footage to look good. Haven't spent alot of time till now going over the audio parts of the guides. This is the first time I am taking audio that isn't readily available to me. 3 videos in 5 years (2 of which I did without using the guides at all) ='s uber noob. :up:

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: Ripping audio from a trailer

Post by Qyot27 » Wed Jun 03, 2009 11:03 am

For the trailers from the Quicktime site, just demux them using MP4Box (or YAMB, if you prefer a GUI):

Code: Select all

mp4box -raw 2 "file.mov"
Then just decode the resulting .aac file to .wav using your preferred audio decoding app. I use dBPowerAMP most of the time, but faad would also work.



Or you could skip all that and load the MOV in an AviSynth script using FFmpegSource or DirectShowSource and then use VDub to save the audio to a .wav file. However, I don't know how that would work for 5.1-channel audio (which many trailers on the Quicktime site have; can't remember if any of the Star Trek trailers have 5.1 audio, though).

My workflow for authoring those 5.1-channel trailers to DVD is to use MP4Box to demux, faad to decode properly to a .wav with a WAVE_FORMAT_EXTENSIBLE header, and then give that to aften to encode my AC3 file. I prefer to retain all the channels when I author DVDs rather than downmixing the track to stereo.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

Locked

Return to “Video & Audio Help”