- Discord (join us!): discord.gg/CTT
- Website: ctt.cx
- Twitter: @couleurtweaks
Eponymous project originally hosted on a discord server it is now an MkDocs wiki that documents and explains video production & Windows tweaking & tuning.
- Useage and configuration of OBS, Smoothie, Blur, Adobe Premiere Pro, After Effects, VEGAS Pro
- Quality of life programs like AltSnap, ShareX, PowerToys, SearchEverything, espanso
Moving from Discord to Git & Markdown means more freedom, archiving, easier collaboration and markup options.
Lightweight and easy to use collection of PowerShell functions which can be ran with a single command. The Optimize-
functions (such as Optimize-LunarClient
or Optimize-OBS
) will tweak the specified program's settings files. Most of them prompt the user with a list of tweaks to apply. Settings are applied using serialization, meaning unrelated settings (like keybinds) aren't overwritten.
Highly customizable program, based on VapourSynth, which can add motion blur to video game footage. See the demo playlist for examples.
Lua-based mpv script to cut your videos in a similar fashion to the electron based (and thus slow 😢) LosslessCut.
Development of these is paused and/or not a priority.
🟢 Now only used as a Scoop bucket, see /bucket/
Legacy repository that held PowerShell functions.
Minimalistic and unrestricted third-party Lunar Client launcher
See it's README for alternatives
Generates a bird's-eye view of a PowerShell module and the contents of its .ps1 files.
- /src/
- /Public/
- Test.ps1
- Function
Invoke-Foo
- Generates a display of the Baz - Filter
Select-Bar
- Function
- /NestedPublicFolder/
- NestedPublicFile.ps1
- Function
Booz
- Does Bawz
- Function
- NestedPublicFile.ps1
- Test.ps1
- /Private/
- PrivateFile.ps1
- function
Show-PrivateFunction
- I think you get the point...
- function
- PrivateFile.ps1
- /Public/