Can someone tell me how to convert a mp3 audio file to flac format using ffmpeg? I Googled extensively, but almost all resources point to converting flac to mp3, something like ffmpeg -i "input.flac" -ab 320k -map_meta_data 0:0 "output.mp3".
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
ffmpeg -i input.mp3 output.flacalready? – patrix Aug 4 '12 at 11:52