Skip to content

Instantly share code, notes, and snippets.

@solidsneak
solidsneak / obs_realtime.bat
Last active April 15, 2018 22:19
Always run OBS in realtime priority
@echo off
set "(:=goto :)%%"
set "(=rem/||(" & set ")=)"
%(:%
Automatically launch OBS in realtime priority.
Script May prompt for Administrator privileges. You MUST allow this because realtime priority cannot be set without it.
Discord: https://discord.gg/U5Vu8eH
@solidsneak
solidsneak / disableresample.cs
Last active January 5, 2018 20:00
Disables resample on all video events in Sony Vegas 13
using System;
using System.IO;
using System.Text;
using System.Drawing;
using System.Reflection;
using System.Diagnostics;
using System.Collections;
using System.Windows.Forms;
using System.ComponentModel;
using System.Runtime.InteropServices;