如果有以下 3 個 mp3 files :
track01.mp3, track02.mp3, track03.mp3
可以在 command prompt 輸入︰
copy /b track01.mp3 /b + track02.mp3 /b + track03.mp3 /b combined3files.mp3 /b
注意︰
1. /b 代表 binary 模式
2. combined3files.mp3 是合併後的 mp3, 需要時可以加入 directory path
Post a Comment
No comments:
Post a Comment