Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit a6c78a8

Browse files
Update README.md
1 parent 903294c commit a6c78a8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# tak2flac
22
Simple tak spliter with FFMpeg and FFProbe
3+
4+
### Requirements
5+
* Latest FFMpeg and FFProbe binaries
6+
* Environment variables that contains path of FFMpeg and FFProbe binaries
7+
* .Net framework 4 (Windows 7 or newer are installed with OS)
8+
9+
### How to use
10+
```sh
11+
tak2flac -i "input.tak" [-o "output_path"] [-cue "additional_cue_path"]
12+
```
13+
14+
### Install
15+
#### Install it with hard way
16+
1. Download [FFMpeg](https://ffmpeg.org/download.html) if you don't have it.
17+
2. Extract FFMpeg archive file to somewhere, for example, to C:\Program files\FFMpeg
18+
3. Define two environment variable named FFMPEG_BINARY and FFPROBE_BINARY, they should be pointed to path of ffmpeg binary and ffprobe binary.
19+
4. Close all cmd instance, run cmd and type tak2flac.
20+
5. It should be no any messages. Otherwize you should reconfigure it.
21+
#### Install it with easy way
22+
Still not ready, available lately.
23+
24+
### How it works?
25+
For works correctly should have .tak file with cue or both file, no cuesheet will not work.
26+
27+
First, this program will use FFProbe to get input media information to gather cuesheet, duration and tags.
28+
After that program will parses cuesheet data and generate process parameters for FFMpeg spliting, and writing tags.
29+
When our parameters has ready, and finally FFMpeg will started working with those parameters and we will have splited media files from .tak

0 commit comments

Comments
 (0)