mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 21:08:55 +00:00
6 lines
No EOL
136 B
Bash
Executable file
6 lines
No EOL
136 B
Bash
Executable file
#!/bin/sh
|
|
|
|
dir="content/$1/"
|
|
mkdir -p "$dir"
|
|
|
|
ffmpeg -i "landingzone/$1.vid" -vf "thumbnail,scale=640:360" -frames:v 1 "$dir/thumb.png" |