summaryrefslogtreecommitdiff
path: root/video/slideshow
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2022-07-07 15:55:54 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2022-07-07 15:55:54 -0500
commit38ebf64b07f99de9464905ee5f8aaee1148b6a4f (patch)
tree1617ef65c4bd54db8f48cf70122ef7b923c623ab /video/slideshow
parent35a2dd3734f1d31060fe28837cf0e1d947c8d6f4 (diff)
downloadscripts-38ebf64b07f99de9464905ee5f8aaee1148b6a4f.tar.xz
scripts-38ebf64b07f99de9464905ee5f8aaee1148b6a4f.zip
tons of changes from when website was down
Diffstat (limited to 'video/slideshow')
-rwxr-xr-xvideo/slideshow26
1 files changed, 13 insertions, 13 deletions
diff --git a/video/slideshow b/video/slideshow
index d1a9647..4cd1f61 100755
--- a/video/slideshow
+++ b/video/slideshow
@@ -1,15 +1,15 @@
#!/bin/sh
cat "$@" | ffmpeg -y \
--framerate 0.20 -loop 1 \
--f image2pipe \
--i - \
--c:v h264_amf -quality quality -tune stillimage \
--qp_i 12 -qp_p 28 -qp_b 28 \
--vf \
-fps=1,\
-framerate=25:\
-interp_start=0:\
-interp_end=255:\
-scene=100 \
--metadata "title"="$(pwd | sed "s/.*\///")" \
-output.mkv
+ -framerate 0.20 -loop 1 \
+ -f image2pipe \
+ -i - \
+ -c:v libx264 -quality quality -tune stillimage \
+ -qmin 12 -qmax 28 -qdiff 16 \
+ -vf \
+ fps=1,\
+ framerate=25:\
+ interp_start=0:\
+ interp_end=255:\
+ scene=100 \
+ -metadata "title"="$(pwd | sed "s/.*\///")" \
+ output.mkv