简体   繁体   English

如何在Linux中将AY音乐文件转换为保留FLAC的元数据?

[英]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"). 我有一堆*.ay文件,其中包含一些元数据(艺术家,标题和“杂项”)。 How can I convert them to *.flac preserving that metadata? 如何将它们转换为*.flac保留该元数据?

There are a lot of useful AY-tools with source code on http://bulba.untergrund.net/progr_e.htm : http://bulba.untergrund.net/progr_e.htm上有很多有用的带有源代码的AY工具:

  • AY-files splitter – parses metadata from AY and saves it to simple INI file AY文件拆分器–解析AY中的元数据并将其保存到简单的INI文件中
  • AY to WAV converter AY到WAV转换器

You can try to build them for Linux with Free Pascal. 您可以尝试使用Free Pascal在Linux上构建它们。 Then write script that pass metadata and wave to some wav-to-flac converter (eg ffmpeg). 然后编写脚本,该脚本传递元数据并将其传递给某些wav-flac转换器(例如ffmpeg)。

Also you can make own tool with "YMEngine with SDL" library. 您也可以使用“带有SDL的YMEngine”库制作自己的工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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