Merge Several mp3 files into just One mp3 File


Merge Several mp3 files into just One mp3 File (with fix the time stamps and search index)

Required programs:
mp3wrap
mp3val


Issue command:

$ mp3wrap tmp.mp3 fooFile01.mp3 fooFile02.mp3 fooFile03.mp3 fooFile04.mp3 && mv tmp*.mp3 new.mp3 && mp3val new.mp3 -f -nb




*NOTES:

- The $ sign at the start of the command is to signify the terminal's prompt, no need to type this in.
- (Use VLC to easily input metadata into the files)

0 comments:

Post a Comment