This repository was archived by the owner on Sep 23, 2023. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 11# tak2flac  
22Simple 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" " output_path" " 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
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments