Skip to content

Instantly share code, notes, and snippets.

View begaborn's full-sized avatar

M.Kamioka begaborn

  • Tokyo
View GitHub Profile
#!/bin/sh
input=${1}
output=${2}
if [ -z "$input" ] || [ -z "$output" ]; then
echo "Usage: webm_to_mp4 <input> <output>"
exit 1
fi
ffmpeg -i $input \