赞
踩
使用 ffmpeg 转换 m4a 为 mp3 | 程序员技术之旅
ffmpeg -i a.m4a -y -acodec libmp3lame -aq 0 a.mp3
MP4视频提取音频:
ffmpeg -i a.mp4 -vn -codec copy a.m4a