Skip to content

DaringT/Chapter_Timestamp_Cleanier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Chapter_Timestamp_Cleanier

Inputs a Raw Chapter Timestamps for a seasion txt file and outputs the chapter files as a TXT or XML Chapter File.

Examples:

Input

Test Chapter File.txt

ep1
11:40
21:09
35:06
2
1140
20:10
30:15

Output

raw_input_chapter_FIXED Folder

EP_1(.txt or .xml) chapter file type
EP_2(.txt or .xml) chapter file type

Output Types

Both formats where basied for MKVToolNix's supported types

Code Examples:

f1 = CC(input_file=f, chapter_file_type="txt")
# f1 = CC(input_file=f, chapter_file_type="xml", language="eng")
f1.Create_output_files(output_file=os.getcwd())

About

Timestamp_Chapter_Cleaner_Creator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages