Skip to content

Instantly share code, notes, and snippets.

View etherealxx's full-sized avatar
💭
still learning stuff

Etherealxx etherealxx

💭
still learning stuff
View GitHub Profile
@etherealxx
etherealxx / Middleify.ahk
Created January 9, 2023 03:24
Useful Autohotkey script for my 2560x1080 monitor
;ethx
; Ctrl+Win+X will change the current focused window resolution to 1920x1080 positioned in the middle, and pressing again will revert to the previous state.
; Ctrl+Win+Z will toggle the behavior of taskbar (auto hide)
; Ctrl+Win+C will toggle visibility of taskbar (show/hide)
; Ctrl+Win+V is supposed to toggle hide all window and restore it back. Currently it cannot restore all the window back.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
;#Warn ; Enable warnings to assist with detecting common errors, disabled because changing the taskbar behavior will show a warning.
; variables to store the original size and position of the window
@etherealxx
etherealxx / Audio-Merge.md
Created December 6, 2022 06:58 — forked from shadowmoose/Audio-Merge.md
Merge multiple audio tracks inside a video file

About

This is a simple script to combine two of a video file's audio tracks into one. It doesn't impact the video's quality.

To make things even more simple, it only prompts for an input/output video using file selectors. The rest is handled automatically.

This is a simple utility to rapidly "fix" videos with split audio tracks, such as those recorded by ShadowPlay or OBS.

To use this script, simply copy/paste the "merge.ps1" code below into a new file named "merge.ps1", then launch it.