Skip to content

Commit

Permalink
fixed wav files not converting
Browse files Browse the repository at this point in the history
  • Loading branch information
Starbuck7410 committed Mar 14, 2020
2 parents 5adfbd7 + 49581d6 commit 3844f10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .atom-build.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<<<<<<< HEAD
cmd: node main.js --dir ""D:\New Folder""
=======
cmd: node main.js --dir ""D:\New Folder""
>>>>>>> 49581d68df3440aed7cba6ef41ed0c7d72aff6af
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# library-converter
Converts music libraries to MP4

Just run with library-converter.exe --dir "C:\your\music\library"
it will create "C:\your\music\library AAC" and put everything there. none of your actual library is touched.
only converts flac and wav files.

requires ffmpeg. tested with git-2019-12-07-70e292b.

0 comments on commit 3844f10

Please sign in to comment.