You are not logged in.

#1 2009-09-05 19:18:25

akurashy
Member
Registered: 2006-05-29
Posts: 75

[solved] matroska stream to mp3?

There are a few songs in my music library that are matroska stream (mka) (were put as "mp3" extension god knows why), how can I convert it to mp3? or make xmms2 integrate it to the media library

Last edited by akurashy (2009-09-05 20:46:40)

Offline

#2 2009-09-05 20:25:10

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [solved] matroska stream to mp3?

Are they mp3 streams in mka containers? If so it's really simple with FFmpeg:

ffmpeg -i <input.mka> -acodec copy <output.mp3>

Offline

#3 2009-09-05 20:46:24

akurashy
Member
Registered: 2006-05-29
Posts: 75

Re: [solved] matroska stream to mp3?

They are flac (after running mkvinfo)

Well, I got it worked out, just transferred all the songs from the container to flac for those interested
$ pacman -S mkvtoolnix

$ mkvextract tracks INPUTFILE --no-ogg 1:OUTPUTFILE.flac

ffmpeg works too

thanks skottish

Offline

Board footer

Powered by FluxBB