Skip to content

Instantly share code, notes, and snippets.

View Vodes's full-sized avatar
💭
Vibin~

Alex H. Vodes

💭
Vibin~
  • Germany
  • 16:18 (UTC +02:00)
View GitHub Profile
#!/bin/sh
# This was tested and ran on Mint 21.2 but any modern ubuntu (or derivative) should work.
# This may or may not become outdated at any point in time, so I recommend double checking the original guide at https://github.com/xbmc/xbmc/blob/master/docs/README.Android.md
# The only command responsible for making Hi10 work is the sed command
# System Dependencies
cd $HOME
sudo apt install -y wget autoconf bison build-essential curl openjdk-17-jdk flex gawk git gperf lib32stdc++6 lib32z1 lib32z1-dev libcurl4-openssl-dev unzip zip zlib1g-dev
@Vodes
Vodes / comp.py
Last active March 8, 2024 03:10
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: