This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
using Cinemachine; | |
public class ParallaxEffect : MonoBehaviour | |
{ | |
public Camera cam; | |
public Transform subject; | |
Vector2 startPosition; | |
float startZ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:48(user.AvatarByEmailHash) | |
2023/12/12 14:12:36 ...eb/routing/logger.go:102:func1() [I] router: completed GET /jlw_4049/BHDStudio-Site/packages for 192.168.1.1:0, 200 OK in 33.4ms @ repo/packages.go:23(repo.Packages) | |
2023/12/12 14:12:37 ...eb/routing/logger.go:102:func1() [I] router: completed GET /jlw_4049/-/packages/container/bhdstudio/latest for 192.168.1.1:0, 200 OK in 19.6ms @ user/package.go:168(user.ViewPackageVersion) | |
2023/12/12 14:12:37 ...eb/routing/logger.go:102:func1() [I] router: completed GET /avatars/28582f3b8388844e28b9b9fcf2d2d01a56e7561eaa98e938e2f340c7ae7976a9?size=200 for 192.168.1.1:0, 200 OK in 1.2ms @ web/base.go:22(avatars) | |
2023/12/12 14:12:50 ...eb/routing/logger.go:102:func1() [I] router: completed GET /jlw_4049 for 192.168.1.1:0, 200 OK in 12.1ms @ user/home.go:706(user.UsernameSubRoute) | |
2023/12/12 14:12:50 ...eb/routing/logger.go:102:func1() [I] router: completed GET /avatars/28582f3b8388844e28b9b9fcf2d2d01a56e7561eaa98e938e2f340c7ae7976a9?size=512 for 192.168.1.1:0, 304 Not Modifi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dovi_profile": 8, | |
"header": { | |
"rpu_nal_prefix": 25, | |
"rpu_type": 2, | |
"rpu_format": 18, | |
"vdr_rpu_profile": 1, | |
"vdr_rpu_level": 0, | |
"vdr_seq_info_present_flag": true, | |
"chroma_resampling_explicit_filter_flag": false, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pathlib import Path | |
from typing import Union | |
from pymediainfo import MediaInfo | |
def generate_chapters(mode: str, mode_input: Union[Path, str] = None): | |
""" | |
Generate proper chapters with existing timestamps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import sys | |
from pathlib import Path | |
from subprocess import Popen, run, PIPE | |
from shutil import rmtree | |
import argparse | |
def get_args(): | |
parser = argparse.ArgumentParser() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal EnableDelayedExpansion | |
REM ########################################################## | |
REM ## Path's to executable files MUST BE QUOTED! ## | |
REM ## To get path's easily, hold "Left Shift" and "Right Click" on the exe, and select "Copy as Path" | |
REM ## Then you can paste after the = (no spaces) | |
REM ## | |
set dovi_tool_path="D:\Python Stuff\HDR10Plus-Parser-Tool\Apps\dovi_tool\dovi_tool.exe" | |
set mkvmerge_path="C:\Users\jlw_4\Desktop\mkvtoolnix\mkvmerge.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal EnableDelayedExpansion | |
REM ########################################################## | |
REM ## Path's to executable files MUST BE QUOTED! ## | |
REM ## To get path's easily, hold "Left Shift" and "Right Click" on the exe, and select "Copy as Path" | |
REM ## Then you can paste after the = (no spaces) | |
REM ## | |
set dovi_tool_path="D:\Python Stuff\HDR10Plus-Parser-Tool\Apps\dovi_tool\dovi_tool.exe" | |
set ffmpeg_path="C:\FFMPEG\bin\ffmpeg.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal EnableDelayedExpansion | |
REM YOU MUST HAVE AviSynthPlus_3.7.0_20210111.exe and | |
REM AviSynthPlus_3.7.0_20210111_vcredist.exe insatlled | |
REM You can get both of those from https://github.com/AviSynth/AviSynthPlus/releases/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iso_639_2_codes_dictionary = {'English': 'eng', | |
'Chinese': 'chi', | |
'French': 'fre', | |
'Japanese': 'jpn', | |
'Spanish': 'spa', | |
'German': 'ger', | |
'Korean': 'kor', | |
'Russian': 'rus', | |
'Afar': 'aar', | |
'Abkhazian': 'abk', |