Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

GStreamer Pipeline for ripping MP3s (See related posts)

// GStreamer Pipeline for ripping MP3s

audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=4 vbr-quality=2 ! xingmux ! id3v2mux

You need to create an account or log in to post comments to this site.


Click here to browse all 5143 code snippets

Related Posts