summaryrefslogtreecommitdiff
path: root/stylize.sh
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-05-06 03:30:43 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-05-06 03:30:43 +0300
commitf27b568a77580cacd45510f554dd1998445beb75 (patch)
treec0f773e4ff75e7a94d14f974f7d0083d8b132366 /stylize.sh
parentcf395a0190a709fb3a44e2c42b2f401e434cb037 (diff)
Testing and Userland Changes
Changes to be committed: renamed: Images/colorful.jpg -> Images/Colorful.jpg new file: Images/Abstract.jpg new file: Images/Shade.jpg new file: all.sh modified: README.md modified: neuralart.py modified: stylize.sh
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'