froscon stuff
This commit is contained in:
parent
082a4f359f
commit
9fc1a85066
18 changed files with 4912 additions and 24 deletions
9
froscon2023/genthumbs.sh
Executable file
9
froscon2023/genthumbs.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -rf thumbs
|
||||
mkdir thumbs
|
||||
|
||||
for intro in *.ts; do
|
||||
echo $intro
|
||||
ffmpeg -hide_banner -loglevel quiet -ss 4 -i "${intro}" -frames:v 1 "thumbs/${intro}.png"
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue