Skip to content

Instantly share code, notes, and snippets.

View sykhro's full-sized avatar

Erin M. sykhro

View GitHub Profile
@sykhro
sykhro / discode.c
Last active September 4, 2016 10:12
The dumbest idea ever to get code ready to be sent on Discord
// I don't have backticks on my keyboard.
// Instead of using the altcodes or copy-pasting them,
// when I need to send code on discord I simply run this
// It's not portable at all and it's pretty stupid
#include <stdio.h>
#include <windows.h>
int
main (int argc, char *argv[])
@sykhro
sykhro / Automatic horizontal flips.md
Last active December 20, 2022 00:47
Semi-automatic horizontal flips vegas plugin. Alternatively flips all the video clips after the one you select

Installation

If you use a Vegas version older than 14, change "using ScriptPortal.Vegas" to "using Sony.Vegas" on line 13 in the script.

Locate your Vegas installation folder, commonly C:\Program Files\Vegas Pro {version}
Put the .cs file inside the Script Menu folder If Vegas is already open, go to Tools -> Scripting -> Rescan Script Menu folder

Optional Add this script to your Vegas toolbar for faster access. Just go on Options -> Customize Toolbar; then, scroll down until you see the script name, and add it to your toolbar in the desired position.