creating m4a/m4r files with gst-launch (gstreamer)

Since it’s annoyingly hard to work out what muxer to use for m4a files, and I don’t have a profile for encodebin, here’s the gst-launch command to make m4a or m4r (ringtone) files.

gst-launch filesrc location=input.file ! decodebin2 ! audioconvert ! faac ! ffmux_mp4 ! filesink location=output.m4a

About Danielle

Danielle is a software engineer working on Telepathy, Empathy and other magic for Collabora Ltd. She has worked on GNOME for some time now. Vegan.
This entry was posted in Uncategorized. Bookmark the permalink.

One Response to creating m4a/m4r files with gst-launch (gstreamer)

  1. Stefan Sauer says:

    hi,
    why is it difficult to find out? I’d suggest mp4mux over ffmux_*.