about summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* raku/DFS: Detect starting point, Tweak colors for GenerateFrameAndinus2021-11-241-4/+4
|
* Set default crf to 24Andinus2021-11-181-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 secondsAndinus2021-11-181-1/+1
|
* Move frame generation to a module, update progress reportingAndinus2021-11-182-100/+123
|
* Alias frame-rate to fpsAndinus2021-11-171-2/+2
| | | | Preserves backwards compatibility.
* Remove output option, rename frame-rate option to fpsAndinus2021-11-171-6/+6
|
* Update to latest fornax formatAndinus2021-11-161-21/+33
|
* Wait 4s on last frame, use awaitAndinus2021-11-041-1/+2
|
* Wait for jobs to finish before creating the slideshowAndinus2021-11-041-0/+2
|
* Process iterations in parallelAndinus2021-11-041-52/+62
|
* Add option to skip generating slideshow, use random directoryAndinus2021-11-041-7/+18
|
* java/DFS: Don't walk on visited, Add DFS solutions, change colorsAndinus2021-11-031-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 mazeAndinus2021-11-031-1/+1
|
* Set ffmpeg verbosityAndinus2021-11-031-1/+3
|
* Fix excess space calculationAndinus2021-11-031-2/+2
| | | | Earlier we assumed that rows == columns.
* Change default output directoryAndinus2021-11-031-3/+4
|
* Variable frame rate, center the canvasAndinus2021-11-031-8/+15
|
* Generate slideshow with ffmpeg, add verbose optionAndinus2021-11-031-6/+12
|
* Parse fornax format to generate the imagesAndinus2021-11-032-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 iterationAndinus2021-11-021-3/+52
|
* Move to Raku module structureAndinus2021-11-021-0/+19