简体   繁体   中英

How to convert AY music file to FLAC preserving metadata in Linux?

I have a bunch of *.ay files having some metadata (artist, title and "misc"). How can I convert them to *.flac preserving that metadata?

There are a lot of useful AY-tools with source code on http://bulba.untergrund.net/progr_e.htm :

  • AY-files splitter – parses metadata from AY and saves it to simple INI file
  • AY to WAV converter

You can try to build them for Linux with Free Pascal. Then write script that pass metadata and wave to some wav-to-flac converter (eg ffmpeg).

Also you can make own tool with "YMEngine with SDL" library.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM