Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add language support for rendering errors and progress logs #1012

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

schubc
Copy link
Contributor

@schubc schubc commented Aug 8, 2024

This pull request introduces a new feature that adds language support for rendering errors and progress logs in After Effects.

The changes allow users to specify the language of their After Effects installation via a new --language flag. This flag directly impacts the parsing of error and progress messages from the renderer. Syntax and text from these logs can fluctuate based on the language, thus this feature enhances the versatility and compatibility of our tool across multiple language installations.

Changes:

  • Introduced a new --language flag to specify the language of After Effects installation.
  • Added support for interpretation of error and progress logs in both English and German.
  • Created a translation map to easily handle translation of keywords and phrases present in logs

Example use:

nexrender-worker-win64.exe --host=http://my-host:3000 --multi-frames --ae "v ERRORS_AND_PROGRESS" --language de

Please review and provide any feedback.

Introduce a new `--language` flag to specify the language of local After Effects installation. Currently, support is added for English and German, which affects error and progress log parsing.
@inlife
Copy link
Owner

inlife commented Aug 8, 2024

@schubc that is an amazing addition!

@inlife inlife merged commit 545282f into inlife:master Aug 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants