how to join-split media files
I needed to join several flac files.
For this purpose I found shntool – very useful tool. If you add flac library then everything works as expected.
steps:
- add shntool to windows folder
- add flac exe also to windows folder
- go to folder where you have flac files
joining flac files
shntool join -o flac *.flac