Skip to content

Instantly share code, notes, and snippets.

View dinhquochan's full-sized avatar
😇
Hello Friend!

Henry Dinh dinhquochan

😇
Hello Friend!
View GitHub Profile
@dinhquochan
dinhquochan / hls.sh
Created November 22, 2024 07:51 — 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
@dinhquochan
dinhquochan / GitHub.icls
Last active January 23, 2019 10:01 — forked from freekmurze/GitHub.icls
GitHub PhpStorm Colorscheme
<scheme name="GitHub" version="142" parent_scheme="Default">
<option name="FONT_SCALE" value="1.0" />
<metaInfo>
<property name="created">2019-01-23T16:58:34</property>
<property name="ide">PhpStorm</property>
<property name="ideVersion">2018.3.3.0.0</property>
<property name="modified">2019-01-23T16:58:37</property>
<property name="originalScheme">GitHub</property>
</metaInfo>
<option name="LINE_SPACING" value="1.8" />