# FormatProcess **Repository Path**: Links-Code/format-process ## Basic Information - **Project Name**: FormatProcess - **Description**: 该网站主要用于做格式转换,前期做.ncm->mp4 后期加入多种格式转换 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2023-08-10 - **Last Updated**: 2025-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot, Java ## README ## FormatProcess 网易云格式转换 Static Badge Static Badge Static Badge Static Badge ## FormatProcess Overview 主要用于 .ncm 转换 mp3格式 对AES,RC4 进行解密 ,方便快速转换! ## 项目运行效果图 ![mian](./doc/main.png) ## QuickStart - clone 项目到本地 ```shell https://gitee.com/Links-Code/format-process.git ``` - 点击运行 访问地址 [http://localhost:8081/static/index.html](http://localhost:8081/static/index.html) ![](./doc/IMG_0263.JPG) ## Tree structure ├── Config │   └── SystemConfig.java 系统配置文件 ├── Controller │   └── MusicController.java 控制器方法请求接入 ├── FormatProcessApplication.java 运行主类 ├── Mapper ├── Public │   ├── MusicFormat.java 枚举类 │   └── RespFormat.java 封装响应对象 ├── Service │   ├── MusicService.java 策略模式抽象类 │   └── NCMService.java 具体实现类 └── Utils ├── DataUtils.java 进制转换 └── ScaleTran.java 进制转换 11 directories, 12 files ## .ncm格式 ![ncm](./doc/ncm.png) ## Reference - [https://www.cnblogs.com/cyx-b/p/13443003.html](https://www.cnblogs.com/cyx-b/p/13443003.html) - [流光按钮参考](https://www.bilibili.com/video/BV1cK4y1k7qG/?spm_id_from=333.337.search-card.all.click&vd_source=12817c5c11655a9fe55a3c50e856661e)