Overview for mp3

How to convert .mp3 to .ogg in Solus

Solus OS has pre-installed ffmpeg application, which is a powerful tool not only for formatting video, but also for audio formatting too.

First, let's see, what we have:

$ ls
'Frederic Chopin - Nocturne In C Sharp Minor.mp3'

One .mp3 file. And our goal is to convert it to .ogg format.

In order to convert .mp3 file to .ogg, just run following command:

$ ffmpeg -i 'Frederic Chopin - Nocturne In C Sharp Minor.mp3' -c libvorbis Chopin-Nocture_in_C_sharp_minor.ogg

output:

Read more

Written by Administrator on Sunday April 26, 2020