瀏覽代碼

Update README.md

master
moex3 GitHub 3 年之前
父節點
當前提交
d063429e25
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 18 次插入1 次删除
  1. +18
    -1
      README.md

+ 18
- 1
README.md 查看文件

@@ -1,2 +1,19 @@
# flac-mass-transcode
A script to transcode flac to opus
It will find every flac file and transcode them to opus files, while keeping the directory structure, adding album covers where possible. If another type of music file is found, like mp3's, it will be copied over without transcoding.

# Usage
```bash
./flac-mass-transcode ~/music_input_dir ~/music_output_dir
```

## The --uplevel flag
Let's say you only want to copy over 1 album, while keeping the directory. -u 1 can be used for that. For example.
```bash
./flac-mass-transcode ~/music/album ~/output
```
This would put every file in album under output.

```bash
./flac-mass-transcode -u 1 ~/music/album ~/output
```
This will create an album directory under output, and put the files there.

Loading…
取消
儲存