Converting MP3 to OGG using Fluendo GStreamer Plug-In
From openSUSE
Contents |
[edit]
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.
[edit]
Instructions
[edit]
Step 1: Download and install Fluendo plugin
- Go to [1] and get Fluendo plugin.
[edit]
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
[edit]

