Skip to content
/ comp Public

Automatically generates screenshots of video files in a directory, and uploads them to an image comparison website.

License

Notifications You must be signed in to change notification settings

McBaws/comp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

comp.py

This script was originally written for VS R53 and Python 3.9, and has been tested on VS R65 and Python 3.11.

Prerequisites:

  1. Install Python

  2. Install Vapoursynth

  3. Install Python dependencies:

pip install anitopy pyperclip requests requests_toolbelt natsort vstools rich colorama
  1. Install Vapoursynth plugin dependencies:
vsrepo install fpng lsmas sub
  1. Optional: If using FFmpeg, it must be installed and in PATH.

How to use:

  • Put comp.py into the same folder where the video files you want to compare are located.
  • (Optional) Rename your files to have typical [Group] Show - Ep.mkv naming if they don't, since the script will try to parse the group and show name.
    • e.g. Youjo Senki 1.m2ts --> [JPBD] Youjo Senki - 01.m2ts.
  • Adjust the variables in the script accordingly.
  • Run the script by double-clicking it or by running py comp.py in your terminal.

About

Automatically generates screenshots of video files in a directory, and uploads them to an image comparison website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages