diff options
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -5,10 +5,25 @@ Easily convert media into .flac ./fflacify-dir [DIR] [EXT] -Converts all files in the target dir with the provided extension to .flac +Converts all files in the target dir with the provided extension to .flac +Outputs are located along side source file + == fflacify usage ./flacify [FILE] Converts the target file into .flac +Outputs the file along side source + +== 320kme-pls usage + +./320kme-pls [DIR] [EXT] + +Converts all the files in the target dir with the provided extension to a 320kbps .mp3 +Essentialy fflacify-dir but for 320k mp3s. + +== General Notes +Script will terminate if hits a failure +Script can be re-run multiple times over the same directory; passes -n into ffmpeg to skip existing target files. +Worst case scenario run ./fflacify on the specific file failing - or just idk... do it yourself |