Skip to content

Instantly share code, notes, and snippets.

@CreativeWolf
CreativeWolf / hls.sh
Created November 8, 2024 17:29 — forked from stenuto/hls.sh
HLS ffmpeg script
#!/bin/bash
# Function to display usage information
usage() {
echo "Usage: $0 /path/to/input.mp4 [ /path/to/output_directory ]"
exit 1
}
# Check if at least one argument (input file) is provided
if [ $# -lt 1 ]; then
@CreativeWolf
CreativeWolf / custom-registration.php
Last active July 18, 2016 17:44 — forked from trslater/custom-registration.php
Custom Registration Plugin
<?php
/*
Plugin Name: Custom Registration
Description: Updates user rating based on number of posts.
Version: 1.2
Author: Tristan Slater w/ Agbonghama Collins
Author URI: http://kanso.ca
*/