登录
首页 » C# » MP3修改 ID3

MP3修改 ID3

于 2022-04-07 发布 文件大小:209.60 kB
0 83
下载积分: 2 下载次数: 1

代码说明:

应用背景 MP3修改 ID3 在MP3等设备内显示正常,可批量修改,可自动生成编号 从网上下载的Mp3中往往都有一些网址之类的广告信息,用Mp3标签修改器可以帮助您方便的去掉您歌曲中讨厌的广告信息! 可以根据您歌曲的歌曲名等属性进行重命名: 从网上下载的Mp3往往文件名无法准确识别是什么歌曲,需要打开才知道,用Mp3标签修改器,可以帮助您批量按您想要的规则命名,容易识别! 可以删除多余的Mp3标签: 从网上下载的歌曲中含有多余的信息,主要是方便下载用,下载后这些信息再无用处,用Mp3标签修改器可以让您的Mp3文件体积更小! 可以导出您收藏的Mp3成歌曲列表: 当您整理好您收藏的Mp3歌曲信息后,为方便欣赏,Mp3标签修改器还提供了整体导出功能!  关键技术ID3,一般是位于一个mp3文件的开头或末尾的若干字节内,附加了关于该mp3的歌手,标题,专辑名称,年代,风格等信息,该信息就被称为ID3信息,ID3信息分为两个版本,v1和v2版。 其中:v1版的ID3在mp3文件的末尾128字节,以TAG三个字符开头,后面跟上歌曲信息。 v2版一般位于mp3的开头,可以存储歌词,该专辑的图片等大容量的信息。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC_Program_Example
    Vc编程实例参考,个人的好手册,但是要说明,这个适合初学者,非常不错!大家可以好好参考!(VC handbook about program examples, personally, it is a good handbook, but i should tell you, it is helpful to freshman, very good, you can take it as a reference!)
    2011-06-04 11:59:30下载
    积分:1
  • Euler-method
    欧拉法解微分方程方程组,对于变成基础薄弱的人,易于理解,相信会有用处(Euler method for solving differential equations, to become a person, the weak foundation is easy to understand, I believe there will be.)
    2016-10-02 17:45:07下载
    积分:1
  • 约瑟夫环问题
    上传的代码是vs2010版本,使用的语言是C#,这个是升级版的约瑟夫程序,规则更复杂。 游戏规则阐述:有N个人,编号为0到N-1,围成一圈,M 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-12 15:12:29下载
    积分:1
  • C# TCP网络通信
    资源描述用C#编写的一个基于TCP的网络通信软件,软件分为服务器端和客户端
    2022-08-26 02:42:38下载
    积分:1
  • famousz-misc
    说明:  k-means及Isodata 聚类算法的实现,用c++代码实现,输入数据为Iris,输出分类类结果。 包含Iris数据及所有头文件和.cpp文件。(Isodata k-means clustering algorithm and implementation, using c++ code implement,. the input data is the Iris, the output classification class results. contains Iris data andall the header files and. Cpp file.))
    2010-04-12 17:02:08下载
    积分:1
  • STM8_UART_TEXT
    说明:  接收SI4463数据 并上传到电脑。同时发送一个确认代码给分机。(Receive SI4463 data and upload it to the computer.At the same time, send a confirmation code to the extension.)
    2020-06-17 03:40:02下载
    积分:1
  • ICD
    北斗系统空间信号接口控制文件正式版。北斗系统基本服务性能如下:位置精度:平面 10米、高程10米;测速精度每秒0.2米;授时精度单向50纳秒;可提供双向高精度授时和短报文通信服务。通过广域差分和地基增强等手段,北斗系统服务 性能还可进一步提高,满足各类用户需求。(Official version of the the Beidou system space signal Interface Control Document. The Beidou system performance are as follows: position accuracy: plane 10 meters, 10 m elevation velocity accuracy of 0.2 meters per second timing accuracy of the one-way 50 nanoseconds provide two-way high-precision timing and short message communication service. By means of wide area differential and ground-based augmentation Beidou system performance can be further improved to meet the needs of all types of users.)
    2013-01-08 10:27:57下载
    积分:1
  • STM32F4_LWIP
    LWIP协议栈的移植方法,包括裸机移植和带操作系统的移植!!!(The method of transplantation of LWIP protocol stack, including bare transplantation and transplantation with operating system!!!)
    2015-03-31 21:04:08下载
    积分:1
  • 大规模地形渲染
    说明:  基于ROAM算法的LOD地形显示,基于OPENGL开发,值得参考。(LOD terrain display using ROAM algorithm is developed based on OpenGL. The example can run and is worth reference.)
    2020-11-14 18:07:20下载
    积分:1
  • video-p2p-based-on-H.264
    本程序是在H.263的P2P视频聊天程序(本站可下载到)基础上优化升级而成,vs 2008环境,实现了点对点视频通信,分辨率和视频质量有了大幅提升。包括3个工程:x264实现视频编码,ffmpeg实现视频解码,testvideo实现视频采集界面显示和TCP协议传输,需先编译前2个工程生成库文件后供第三个工程调用,编译库时注意修改工程路径及代码中的extern C,也可直接用我编译好的库文件。支持RGB和YUY2(4:2:2)格式输出的摄像头,分辨率支持176x144或352x288两种(修改宏定义即可)。代码中的可执行程序为YUY2输出352x288版本供大家测试使用。(This procedure is in H.263 P2P video chat program (site can be downloaded to) is made on the basis of the optimization and upgrading, vs 2008 environment, to achieve a point to point video communication, resolution and video quality has increased dramatically. Includes three projects: x264 for video encoding, ffmpeg for video decoding, testvideo video collection interface display and the TCP protocol to transmit, you must first compile the project before the two library files generated after the call for a third project, compile libraries attention modification works path and code extern C, can also be directly compiled to use my library file. Supports RGB and YUY2 (4:2:2) output format camera with a resolution of 176x144 or 352x288 two kinds of support (you can modify the macro definition). Executable code for the 352x288 version YUY2 output for all the test used.)
    2013-08-20 22:08:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载