From c37fe7cba815cb845583364481facc21da34f29b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 13 Apr 2017 10:31:25 +0200 Subject: Tidy comments. --- bin/decode+edit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/decode+edit') 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' \ -- cgit v1.2.3