summaryrefslogtreecommitdiff
path: root/bin/decode+edit
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-13 10:15:12 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-13 10:53:30 +0200
commitd62462fa43e10c5bccdc0f25c4ed5a26e2bfa2c8 (patch)
treee191e453329300be1096c5839e2a4c2b3e9110a7 /bin/decode+edit
parent7fda1a3bd2a78dab92dfb6fdef9094b14aa16243 (diff)
List audio before video.
Diffstat (limited to 'bin/decode+edit')
-rwxr-xr-xbin/decode+edit3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/decode+edit b/bin/decode+edit
index 6061d6b..d0fa0b4 100755
--- a/bin/decode+edit
+++ b/bin/decode+edit
@@ -17,4 +17,5 @@ mkdir -p $(dirname "$TMPMOVIE")
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' \
- -an -f yuv4mpegpipe "$TMPMOVIE"
+ -an \
+ -f yuv4mpegpipe "$TMPMOVIE"