[gst-devel] Extract AAC audio from Apple trailer?

Louise Hoffman louise-h at heko.dk
Fri Nov 11 08:24:44 CET 2005


> You're extracting audio, redecoding it (??) and saving it to disk. This
> will not work. You can do two things: either save as raw AAC, which
> requires re-encoding since the AAC in .mov files is packetized, or save
> it packetized in a new .mov container:

Which of these is how AAC is stored in a iTunes purchased file? I would
like to the file to be as standard correct as possible =)

> gst-launch filesrc location=file.mov ! decodebin ! audioconvert ! faac
> outputformat=1 ! filesink location=file.aac

This gives me a huge file. Much larger than it input and Totem can't
play it.

> gst-launch filesrc location=file.mov ! qtdemux .audio_00 ! ffmux_mp4 !
> filesink location=file.m4a

Totem plays this file too slow. Do I need for adjust something?

Love,
Louise





More information about the gstreamer-devel mailing list