summaryrefslogtreecommitdiff
path: root/stylize.sh
diff options
context:
space:
mode:
Diffstat (limited to 'stylize.sh')
-rwxr-xr-xstylize.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylize.sh b/stylize.sh
index 2cb7e99..939ec06 100755
--- a/stylize.sh
+++ b/stylize.sh
@@ -31,5 +31,5 @@ python renderer.py
# fix weird render artifacts
python renderer.py --fix
-# wrap everything into a video
-ffmpeg -framerate 60 -pattern_type glob -i 'Output/neural_art_*.png' -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" $(basename ${2%.*})'_in_'$(basename ${1%.*})'.mp4'
+# wrap everything into a video (automatically overrides)
+ffmpeg -y -framerate 60 -pattern_type glob -i 'Output/neural_art_*.png' -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" $(basename ${2%.*})'_in_'$(basename ${1%.*})'.mp4'