Skip to content

Instantly share code, notes, and snippets.

View jcc10's full-sized avatar

Joshua Cline jcc10

View GitHub Profile
@jcc10
jcc10 / stream_to_youtube.sh
Created August 11, 2020 19:03 — forked from olasd/stream_to_youtube.sh
Stream video to youtube via ffmpeg
#! /bin/bash
#
# Diffusion youtube avec ffmpeg
# Configurer youtube avec une résolution 720p. La vidéo n'est pas scalée.
VBR="2500k" # Bitrate de la vidéo en sortie
FPS="30" # FPS de la vidéo en sortie
QUAL="medium" # Preset de qualité FFMPEG
YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2" # URL de base RTMP youtube
@jcc10
jcc10 / Font Changer for Kindle Cloud Reader
Last active May 23, 2020 22:44 — forked from harai/Font Changer for Kindle Cloud Reader
A Greasemonkey script which changes the font family of Kindle Cloud Reader to sans forgetica (Font must be installed locally)
// ==UserScript==
// @name Font Changer for Kindle Cloud Reader
// @namespace https://github.com/jcc10/
// @include https://read.amazon.com/
// @run-at document-start
// @version 2
// ==/UserScript==
const fonts = `"sans forgetica"`;