Converting MP3 to OGG using Fluendo GStreamer Plug-In

From openSUSE

Contents

Introduction

This Howto will explain how to convert audio files in MP3 (MPEG Layer 3 Audio) format to OGG (Ogg Vorbis Audio) format using Fluendo plug-in for GStreamer.

Instructions

Step 1: Download and install Fluendo plugin

  • Go to [1] and get Fluendo plugin.

Step 2: Convert audio file

  • Open terminal window in the folder with the file you want to convert.
  • Enter the following command replacing filename with the name of the file:
   # gst-launch filesrc location = filename.mp3 ! flump3dec ! audioconvert ! vorbisenc ! oggmux ! filesink location = filename.ogg

Additional Resources