diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-05-06 03:30:43 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-05-06 03:30:43 +0300 |
commit | f27b568a77580cacd45510f554dd1998445beb75 (patch) | |
tree | c0f773e4ff75e7a94d14f974f7d0083d8b132366 /stylize.sh | |
parent | cf395a0190a709fb3a44e2c42b2f401e434cb037 (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-x | stylize.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |