summaryrefslogtreecommitdiff
path: root/bin/decode+edit
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-13 10:31:25 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-13 10:53:32 +0200
commitc37fe7cba815cb845583364481facc21da34f29b (patch)
tree97f34d75e08963b13e92665502eb8af658f78d37 /bin/decode+edit
parent5ecdeaf2c7b1ce9b2fe13744068a4d9c44dafb1d (diff)
Tidy comments.
Diffstat (limited to 'bin/decode+edit')
-rwxr-xr-xbin/decode+edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/decode+edit b/bin/decode+edit
index d0fa0b4..c81a8f3 100755
--- a/bin/decode+edit
+++ b/bin/decode+edit
@@ -13,7 +13,7 @@ TMPMOVIE=../tmp/omni/show0/earth.yuv
mkdir -p $(dirname "$TMPMOVIE")
-# based on http://video.stackexchange.com/a/16933
+# + loop-in-filter trick based on http://video.stackexchange.com/a/16933
ffmpeg -threads auto -y \
-f lavfi -i "movie=filename=$MOVIE:loop=$ITERATIONS, setpts=N/(FRAME_RATE*TB), scale=-1:$HEIGHT" \
-i "$LOGO" -filter_complex 'overlay=main_w-overlay_w-20:main_h-overlay_h-20' \