diff options
author | Alphara <42233094+xAlpharax@users.noreply.github.com> | 2023-07-05 00:02:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 00:02:22 +0300 |
commit | 7e6c62c5ad9aace4459bc8c98fcbe561fa609983 (patch) | |
tree | b0d5bc4224ee5f8b19f1c405765ace9bbf45640d | |
parent | ea3ce5c4bc2e54d0f9eb1e832d758d5ea84d4fa2 (diff) |
Fixed typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ A helper script is also available to run `./stylize.sh` for each distinct pair o Moreover, `./all.sh` is aware of the already rendered mp4 files and will skip stylizing the combinations that are already present. -### Output videos/images and temporary files +### Output videos / images and temporary files If, at any point, curious of the individual frames that comprise the generated `./content_in_style.mp4` check `./Output/` for PNG images with exactly that. Keep in mind that these files get removed and overwritten each time ./stylize.sh is called ( this is also why running multiple instances of `./stylize.sh` is advised against; if you need to batch/automate the process, try `./all.sh`) |