Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(render): Add logging for new render job
This commit adds logging functionality to the render_replay function in the `render.py` file. Now, when a new render job is started, a log message will be generated with details such as the Job ID, Replay ID (if available), and Filename. This helps in tracking and monitoring render jobs. Additionally, the commit also updates the filepath generation logic to use the newly generated Job ID instead of generating a random filename each time. This improves consistency and makes it easier to identify rendered files. The rendering process has also been updated to include quality settings (quality=9) and frame rate settings (fps=30) for better output results. Closes #123
- Loading branch information