Skip to content

Instantly share code, notes, and snippets.

@lambda-fairy
Created September 20, 2014 08:27
Show Gist options
  • Select an option

  • Save lambda-fairy/a36817c892d5bf672c6e to your computer and use it in GitHub Desktop.

Select an option

Save lambda-fairy/a36817c892d5bf672c6e to your computer and use it in GitHub Desktop.
Encode OGG Vorbis using gstreamer
gst-launch-1.0 filesrc location=music.wav ! decodebin ! audioconvert ! vorbisenc ! oggmux ! filesink location=music.ogg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment