Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name New script - animebytes.tv
// @namespace Violentmonkey Scripts
// @match https://animebytes.tv/torrents.php*
// @grant none
// @version 1.1
// @author -
// @description 11/10/2023, 4:38:44 PM
// ==/UserScript==
(async()=>{
@McBaws
McBaws / comp.py
Last active December 26, 2023 06:33 — forked from Vodes/comp.py
ATTENTION: AS OF 22/09/2023 THIS PROJECT IS NOW BEING MAINTAINED AT https://github.com/McBaws/comp ----------------------------------------------- Create Comparisons for multiple video clips with automatic upscaling and uploading. This fork has support for FrameInfo, trimming from start and end, user selected frames, saving frame numbers, and im…
"""
I do not provide support for this unless its an actual error in the code and not related to your setup.
This script was originally written on VS R53 with Python 3.9 & has been tested on VS R63 with Python 3.11.
You'll need:
- Vapoursynth
- "pip install pathlib anitopy pyperclip requests requests_toolbelt natsort vstools rich colorama" in terminal (without quotes)
- "vsrepo install imwri lsmas sub" in terminal (without quotes) or the following installed to your usual Vapoursynth plugins folder:
- https://github.com/AkarinVS/L-SMASH-Works/releases/latest
- https://github.com/vapoursynth/subtext/releases/latest
@Vodes
Vodes / comp.py
Last active March 26, 2025 14:33
Create Comparisons for multiple video clips with automatic upscaling and uploading
"""
I do not provide support for this unless its an actual error in the code and not related to your setup.
You'll need:
- Vapoursynth (this was written & tested on R53 with Python 3.9.6)
- pip3 install pathlib anitopy pyperclip requests requests_toolbelt
- https://github.com/HolyWu/L-SMASH-Works/releases/latest/ (Install to your usual Vapoursynth plugins64 folder)
- (if using ffmpeg) ffmpeg installed & in path
How to use: