Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set default crf to 24 | Andinus | 2021-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | From https://trac.ffmpeg.org/wiki/Encode/H.265: The default is 28, and it should visually correspond to libx264 video at CRF 23, but result in about half the file size. This will result in larger videos. Maybe the default should be libx265. I did try it, results in smaller videos but I wasn't able to play the video on Firefox. | ||||
* | Set stop duration to 2 seconds | Andinus | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Move frame generation to a module, update progress reporting | Andinus | 2021-11-18 | 2 | -100/+123 |
| | |||||
* | Alias frame-rate to fps | Andinus | 2021-11-17 | 1 | -2/+2 |
| | | | | Preserves backwards compatibility. | ||||
* | Remove output option, rename frame-rate option to fps | Andinus | 2021-11-17 | 1 | -6/+6 |
| | |||||
* | Update to latest fornax format | Andinus | 2021-11-16 | 1 | -21/+33 |
| | |||||
* | Wait 4s on last frame, use await | Andinus | 2021-11-04 | 1 | -1/+2 |
| | |||||
* | Wait for jobs to finish before creating the slideshow | Andinus | 2021-11-04 | 1 | -0/+2 |
| | |||||
* | Process iterations in parallel | Andinus | 2021-11-04 | 1 | -52/+62 |
| | |||||
* | Add option to skip generating slideshow, use random directory | Andinus | 2021-11-04 | 1 | -7/+18 |
| | |||||
* | java/DFS: Don't walk on visited, Add DFS solutions, change colors | Andinus | 2021-11-03 | 1 | -6/+15 |
| | | | | | It didn't walk on visited grid but printed that as an iteration so it seemed like it did. | ||||
* | Fix log-level usage in ffmpeg, update maze | Andinus | 2021-11-03 | 1 | -1/+1 |
| | |||||
* | Set ffmpeg verbosity | Andinus | 2021-11-03 | 1 | -1/+3 |
| | |||||
* | Fix excess space calculation | Andinus | 2021-11-03 | 1 | -2/+2 |
| | | | | Earlier we assumed that rows == columns. | ||||
* | Change default output directory | Andinus | 2021-11-03 | 1 | -3/+4 |
| | |||||
* | Variable frame rate, center the canvas | Andinus | 2021-11-03 | 1 | -8/+15 |
| | |||||
* | Generate slideshow with ffmpeg, add verbose option | Andinus | 2021-11-03 | 1 | -6/+12 |
| | |||||
* | Parse fornax format to generate the images | Andinus | 2021-11-03 | 2 | -34/+91 |
| | | | | | Switched to PNG because SVGs were larger in this case. Also, video will be created with `ffmpeg` so it's just easier to use PNGs. | ||||
* | Generate images for every iteration | Andinus | 2021-11-02 | 1 | -3/+52 |
| | |||||
* | Move to Raku module structure | Andinus | 2021-11-02 | 1 | -0/+19 |