Skip to content

Instantly share code, notes, and snippets.

View psyburr's full-sized avatar
💩
(⊙.⊙(☉̃ₒ☉)⊙.⊙)

psyburr psyburr

💩
(⊙.⊙(☉̃ₒ☉)⊙.⊙)
  • Ray’s Boom Boom Room
  • USA
  • 12:28 (UTC -04:00)
View GitHub Profile
@psyburr
psyburr / CookBook.md
Last active May 6, 2024 01:29
My recipes in Markdown

GomerKyle’s Red Beeters

  • 8 large eggs
  • 2 (15 oz) cans sliced beets juice reserved
  • 1 small onion chopped
  • 1 cup white sugar
  • ¾ cup cider vinegar
  • 12 whole cloves
  • 2 bay leaves
  • ½ teaspoon salt
@psyburr
psyburr / PsyCTS V1.8.57.b.js
Last active May 14, 2023 20:43 — forked from CosmosisT/CTS
PsyCTS
// ==UserScript==
// @name psyburr's TinyChat Script (CTS V1.8.57.b)
// @version 1.8.57.b
// @description Modified TinyChat - Best Scripts; prepare to be amazed.
// @author CosmosisT + psyburr
// @url https://gist.github.com/psyburr/71fee25bc2e1b6482b6d5ba2f24b1cd9
// @license Copyright (C) CosmosisT
// @icon https://fubar.lol/android-chrome-512x512.png
// @match https://tinychat.com/room/*
// @match https://tinychat.com/*
@psyburr
psyburr / Capture_Desktop.md
Last active September 7, 2023 19:29
Quick How-To guide on recording PulseAudio with ffmpeg

[[[ Capturing your Desktop / Screen Recording ]]]

[[PageOutline(1, Contents)]]

Here are a few solutions for capturing your desktop and recording a video of your screen with ffmpeg. (A Chinese version of this page is [[Capture/Desktop中文版本|also available]].)

For the sake of brevity, these commands do not specify any additional encoder settings. For more info about H.264 encoding, see [[Encode/H.264|the H.264 encoding guide]].

adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@psyburr
psyburr / ffmpeg_examples.md
Last active May 6, 2024 01:32
ffmpeg options/examples difficult to remember
  • Increase/decrease audio tempo/speed this is represented as a percentage. ie: 1.5=1½× normal speed

atempo={0.5-100}

  • Remove logo in bottom right-hand corner

delogo=x=620:y=495:w=330:h=40

  • Fade in/out video (fade out is dependent on number of frames)