Skip to content

Instantly share code, notes, and snippets.

@golyalpha
golyalpha / ffmpeg_experiments.py
Last active September 20, 2023 11:24
My experiments with HLS and FFMPEG
from logging import getLogger, basicConfig, INFO, DEBUG
from os import path, makedirs, chdir
from json import loads
from ffmpeg import Progress
from ffmpeg.asyncio import FFmpeg
from tqdm import tqdm
basicConfig(level=INFO)

Keybase proof

I hereby claim:

  • I am golyalpha on github.
  • I am golyalpha (https://keybase.io/golyalpha) on keybase.
  • I have a public key ASA66XK-JfYkT7nYHpSC8Gl_wR8c5s3MAwaKV9KJSbfDoAo

To claim this, I am signing this object:

@golyalpha
golyalpha / config.yaml
Last active May 29, 2021 19:15
k3OS starting config
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQAB...
hostname: cluster
k3os:
sysctl:
kernel.printk: "4 4 1 7"
kernel.kptr_restrict: "1"
dns_nameservers:
- 1.1.1.1