-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtcupdate.html
89 lines (87 loc) · 5.58 KB
/
tcupdate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html><html>
<head>
<meta charset="utf-8">
<title>TautCony Tools Downloads</title>
<meta name='BaseUrl' content='example.com'>
<meta name='ChapterTool' content='2.33.33.3331'>
<meta name='AutoTorrentInspection' content='1.1.0.0'>
<meta name='RPChecker' content='1.0.7.1'>
<meta name="theme-color" content="#000000">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon"/>
<meta content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width" name="viewport">
<style> @import url('css/fonts.css'); </style>
<style> @import url('css/tcupdate.min.css'); </style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/css/simple-line-icons.min.css" integrity="sha512-QKC1UZ/ZHNgFzVKSAhV5v5j73eeL9EEN289eKAEFaAjgAiobVAnVv/AGuPbXsKl1dNoel3kNr6PYnSiTzVVBCw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/3.4.31/vue.global.prod.min.js" integrity="sha512-Dg9zup8nHc50WBBvFpkEyU0H8QRVZTkiJa/U1a5Pdwf9XdbJj+hZjshorMtLKIg642bh/kb0+EvznGUwq9lQqQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.7.2/axios.min.js" integrity="sha512-JSCFHhKDilTRRXe9ak/FJ28dcpOJxzQaCd3Xg8MyF6XFjODhy/YMCM8HW0TFDckNHWUewW+kfvhin43hKtJxAw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body>
<section id="tool-downloads" class="general">
<h2 style="font-family:Orbitron">TC Tools Downloads</h2>
<h4><center>Hope you enjoy using these tools.</center></h4>
<div id="downlinks">
<download-link width="wide" owner="tautcony" repo="ChapterTool"></download-link>
<download-link width="wide" owner="vcb-s" repo="Auto-Torrent-Inspection"></download-link>
<download-link width="middle" owner="vcb-s" repo="RP-Checker"></download-link>
<download-link width="middle" owner="tautcony" repo="ISTA-Patcher"></download-link>
</div>
<br><br>
<p id="ChapterTool">
<a href="https://github.com/tautcony/ChapterTool" target="_blank" rel="noopener">ChapterTool</a> is designed for extracting chapters from various types of files. The core part of ChapterTool has been separated as an independent library <a href="https://github.com/vcb-s/TChapter" target="_blank" rel="noopener">TChapter</a>. So you can write your own frontend for any reason(<br>
<div style="font-size: 13px;">
PS₁: The MKV file support is powered by MKVToolNix, you can get the program from
<a href="https://mkvtoolnix.download/downloads.html#windows" target="_blank" rel="noopener"><b>HERE</b></a>.<br>
PS₂: The MP4 file support is powered by libmp4v2, you can download the dll from
<a href="https://mega.nz/file/sBwnGCaB#RI9CkspLxRTht9IMoRwBBK2-stRg6BE3QmVivmj515Y" target="_blank" rel="noopener"><b>HERE</b></a>.
</div>
</p>
<p id="ATI">
<a href="https://github.com/vcb-s/auto-torrent-inspection" target="_blank" rel="noopener">AutoTorrentInspection</a> is made for checking issues in such as file naming, text file encoding.
</p>
<p id="RPChecker">
<a href="https://github.com/vcb-s/rp-checker" target="_blank" rel="noopener">RPChecker</a> is designed to compare the difference between two video clips by calculating the
<a href="https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio" target="_blank" rel="noopener">PSNR</a> /
<a href="https://en.wikipedia.org/wiki/Structural_similarity" target="_blank" rel="noopener">SSIM</a> value.
<div style="font-size: 13px;">
PS₀: For ffmpeg implementation, you can get the program from <a href="https://ffmpeg.org/download.html#build-windows" target="_blank" rel="noopener"><b>HERE</b></a>.
<br/>
PS₁: For VapourSynth implementation, you need to make sure that
<a href="https://www.python.org/downloads/" target="_blank" rel="noopener"><b>Python</b></a>,
<a href="https://github.com/vapoursynth/vapoursynth/releases" target="_blank" rel="noopener"><b>VapourSynth</b></a>,
<a href="https://github.com/AkarinVS/L-SMASH-Works" target="_blank" rel="noopener"><b>L-SMASH-Works</b></a>,
<a href="https://github.com/AmusementClub/vs-ComparePlane" target="_blank" rel="noopener"><b>vs-ComparePlane </b></a>
are properly installed before using the RPChecker.<br>
</div>
</p>
<p id="ISTA-Patcher">
<a href="https://github.com/tautcony/ISTA-Patcher" target="_blank" rel="noopener">ISTA-Patcher</a> is an IL patcher for ISTA-P, to skip the activation process.
</p>
<h3>ChapterTool History Releases</h3>
<div class="all-releases-w">
<history-download owner="tautcony" repo="ChapterTool"></history-download>
</div>
<h3>AutoTorrentInspection History Releases</h3>
<div class="all-releases-w">
<history-download owner="vcb-s" repo="auto-torrent-inspection"></history-download>
</div>
<h3>RPChecker History Releases</h3>
<div class="all-releases-w">
<history-download owner="vcb-s" repo="rp-checker"></history-download>
</div>
<h3>ISTA-Patcher History Releases</h3>
<div class="all-releases-w">
<history-download owner="tautcony" repo="ISTA-Patcher"></history-download>
</div>
</section>
<div id="copyright-line">Copyright (c) 2015-2023 TautCony. Theme (c) <a href="http://be5invis.github.io/Iosevka/" target="_blank" rel="noopener">be5invis</a>.</div>
<script src="js/tcupdate.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D7DJK0DHRY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D7DJK0DHRY');
</script>
</body>
</html>