Alex Balgavy

Just some stuff about me.

Here's my dotfiles repository.

Check out my blog.

My keys: PGP, SSH

My crypto wallets (BTC, XMR)

ffmpeg how to convert ogg to mp3

Written by John Riselvato - original link

ogg is an open container format by the xiph.org foundation with no restrictions template = ‘thirdp.html’

[extra] source_link = ‘http://johnriselvato.com/tag/ffmpeg’ source_author = ‘John Riselvato’ source_author_home = ‘http://johnriselvato.com’ of software patents. ogg does have a higher quality of audio at smaller file sizes but not commonly supported on physical devices natively (MP3 players, iPhone, etc). 

Fortunately, ogg to mp3 is a standard and easy conversion. With audio to audio conversions setting -acodec maybe redundant as seen below:

+++
title = 'ffmpeg how to convert ogg to mp3'
+++

$ ffmpeg -i input.ogg output.mp3

Note: if an mp3 codec is required add -acodec libmp3lame