Skip to content

Instantly share code, notes, and snippets.

View sbrown7792's full-sized avatar
🏠
Working from home

sbrown7792

🏠
Working from home
View GitHub Profile
@sbrown7792
sbrown7792 / goes.ps1
Last active January 31, 2019 01:16 — forked from MichaelPote/himawari.ps1
Windows Powershell Script to download the latest image from the GOES-16 satellite, resize to desktop resolution and then set as the desktop background.
#
# GOES-16 (East) CONUS Downloader
# -- Forked from Himawari-8 Downloader by Michael Pote: https://gist.github.com/MichaelPote/92fa6e65eacf26219022
#
#
# This script will scrape the latest image from the GOES East satellite which is saved in My Pictures\GOES\,
# resized to fit your resolution (so no harsh aliasing) and then set as the desktop background.
# ***** MAKE SURE YOU SET YOUR RESOLUTION IN THIS SCRIPT **** (line 60-ish)
#
# https://cdn.star.nesdis.noaa.gov/GOES16/ABI/CONUS/GEOCOLOR/latest.jpg
@sbrown7792
sbrown7792 / ffmpeg_gpu1.bat
Last active August 30, 2023 04:10
TDarr mod to run second node (same PC) on second GPU - For reference only (took me 5 hours to come up with this, I probably won't be able to help if you run into problems)
@echo off
echo %* > D:\TDarr_1\Tdarr_Node\node_modules\@ffmpeg-installer\win32-x64\arg.txt
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "D:\TDarr_1\Tdarr_Node\node_modules\@ffmpeg-installer\win32-x64\ffmpeg_gpu1.ps1"