rodrigocfd / flac-lame-frontend

A native Win32 GUI to work with FLAC and LAME command line tools.
MIT License
11 stars 2 forks source link

Retain all metadata #3

Open hexadezi opened 7 months ago

hexadezi commented 7 months ago

Conversion should retain all the metadata

rodrigocfd commented 7 months ago

How can I do this?

hexadezi commented 7 months ago

There are these libraries: https://github.com/polyfloyd/rust-id3 https://github.com/jameshurst/rust-metaflac

Or use ffmpeg as converter. ffmpeg -i input.flac -ab 320k -ac 2 -ar 44100 -joint_stereo 0 -map_metadata 0 -id3v2_version 3 output.mp3