Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add script to make a movie from simulation images (#779)
### Description This adds a Bash script to process a sequence of image files (`*.png`) in the current working directory into a H.264-encoded `*.mov` movie, with a text annotation for consistent branding of Quokka simulation movies. ### Related issues N/A ### Checklist _Before this pull request can be reviewed, all of these tasks should be completed. Denote completed tasks with an `x` inside the square brackets `[ ]` in the Markdown source below:_ - [x] I have added a description (see above). - [x] I have added a link to any related issues see (see above). - [x] I have read the [Contributing Guide](https://github.com/quokka-astro/quokka/blob/development/CONTRIBUTING.md). - [ ] I have added tests for any new physics that this PR adds to the code. - [ ] I have tested this PR on my local computer and all tests pass. - [ ] I have manually triggered the GPU tests with the magic comment `/azp run`. - [x] I have requested a reviewer for this PR.
- Loading branch information