View Single Post
Old 10th August 2013, 09:30   #2  |  Link
smok3
brontosaurusrex
 
smok3's Avatar
 
Join Date: Oct 2001
Posts: 2,392
you could use ffmpeg to keep metadata as well, challenge is to get some nice mp3 command line.

https://trac.ffmpeg.org/wiki/Encoding%20VBR%20(Variable%20Bit%20Rate)%20mp3%20audio

like;

ffmpeg -i some.flac -q:a 2 out.mp3

If the tags are incorectly copied then you could use some sort of command line tagger to copy tags from flac to mp3.

for win cli and parameter expansions, perhaps read
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/percent.mspx?mfr=true
__________________
certain other member

Last edited by smok3; 10th August 2013 at 09:33.
smok3 is offline   Reply With Quote