Git Product home page Git Product logo

Comments (11)

inlife avatar inlife commented on June 16, 2024

Hey

Could you share your after effects rendering log?

from nexrender.

solanki21 avatar solanki21 commented on June 16, 2024

I am not sure if this is the correct log file as it contains little information. Here is my screen grab:

Directory of C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender\XWoC9-TIlhAWClzPG1SRd

12/20/2023 08:28 AM

.
12/20/2023 08:28 AM ..
12/20/2023 08:27 AM 11,200,613 AEProject.aep
12/20/2023 08:27 AM AEProject.aep Logs
12/20/2023 08:27 AM 2,436 FilePathReplacer.jsx
12/20/2023 08:27 AM 3,450,671 music.mp3
12/20/2023 08:27 AM 25,022 nexrender-XWoC9-TIlhAWClzPG1SRd-script.jsx
12/20/2023 08:27 AM 534,512 photo-1.jpg
12/20/2023 08:27 AM 501,326 photo-10.jpg
12/20/2023 08:27 AM 577,754 photo-2.jpg
12/20/2023 08:27 AM 577,611 photo-3.jpg
12/20/2023 08:27 AM 566,647 photo-4.jpg
12/20/2023 08:27 AM 568,395 photo-5.jpg
12/20/2023 08:27 AM 558,113 photo-6.jpg
12/20/2023 08:27 AM 581,123 photo-7.jpg
12/20/2023 08:27 AM 581,780 photo-8.jpg
12/20/2023 08:27 AM 574,566 photo-9.jpg
12/20/2023 08:28 AM 9,303,438 result.mp4
15 File(s) 29,604,007 bytes
3 Dir(s) 20,708,474,880 bytes free

C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender\XWoC9-TIlhAWClzPG1SRd>cd "AEProject.aep Logs"

C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender\XWoC9-TIlhAWClzPG1SRd\AEProject.aep Logs>dir
Volume in drive C has no label.
Volume Serial Number is CE15-4C82

Directory of C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender\XWoC9-TIlhAWClzPG1SRd\AEProject.aep Logs

12/20/2023 08:27 AM

.
12/20/2023 08:27 AM ..
12/20/2023 08:28 AM 5,652 AE 12-20-2023 8-27-49 AM.txt
1 File(s) 5,652 bytes
2 Dir(s) 20,708,474,880 bytes free

C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender\XWoC9-TIlhAWClzPG1SRd\AEProject.aep Logs>type "AE 12-20-202
3 8-27-49 AM.txt"
Adobe After Effects v23.1 Windows 64 render log for project “AEProject.aep�

Rendering started on 12/20/2023 at 8:27:49 AM

12/20/2023 8:27:50 AM: Starting composition “Scene 01�.

12/20/2023 8:28:51 AM: Finished composition “Scene 01�.mp\nexrender\XWoC9-TIlhAWClzPG1SRd\result.mp4

Total Time Elapsed: 1 Min, 1 Sec
Log closed on 12/20/2023 at 8:28:51 AM

from nexrender.

inlife avatar inlife commented on June 16, 2024

nexrender usually says the path of the ae render log file when rendering is happening
try to look in these folders:

  • C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender\
  • C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender\XWoC9-TIlhAWClzPG1SRd\

from nexrender.

solanki21 avatar solanki21 commented on June 16, 2024

Yes I looked into that folder. There is file called AE 12-20-2023 8-27-49 AM.txt inside
C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender\XWoC9-TIlhAWClzPG1SRd\AEProject.aep Logs folder.
I didn't find anything else.

Even during rendering there was no ".log" file in the temp folder.

Here is the content of nexrender folder:

Directory of C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender

12/20/2023 09:16 AM

.
12/20/2023 09:16 AM ..
01/07/2023 09:13 PM 78,497,792 ffmpeg-b5.0.1.exe
12/20/2023 09:18 AM yORRX2eRziAhrs4p64VIh
1 File(s) 78,497,792 bytes
3 Dir(s) 20,704,276,480 bytes free

from nexrender.

huangmengasd avatar huangmengasd commented on June 16, 2024

Describe the bug Job gets stuck on "rendering.." message and does not show any % progress. I see that the mp4 file is begin created in the temp folder (named result.mp4) but it is not being encoded nor copied at specified destination.

My Nexrender script part for post render action:

"actions" : { "postrender" : [ { "module": "@nexrender/action-encode", "output": "encoded.mp4", "preset": "mp4", "params": {"-vcodec": "libx264", "-r": 25} }, { "module" : "@nexrender/action-copy", "input" : "encoded.mp4", "output" : "C:\result.mp4" } ] }

Log: [KzogcoVYqvGnTqYZk3qUS] working directory is: C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender\KzogcoVYqvGnT qYZk3qUS [KzogcoVYqvGnTqYZk3qUS] applying predownload actions... [KzogcoVYqvGnTqYZk3qUS] downloading assets... [KzogcoVYqvGnTqYZk3qUS] applying postdownload actions... [KzogcoVYqvGnTqYZk3qUS] applying prerender actions... [KzogcoVYqvGnTqYZk3qUS] running script assemble... [KzogcoVYqvGnTqYZk3qUS] rendering job...

Information about environment

  • Which version of nexrender are you using?
    Latest win-64 binary.
  • What kind of the setup do you have? (server+worker or cli)
    Only worker.
  • Are you using pre-built binaries or globally installed npm packages?
    pre-built binary.
  • Which kind (and version) of operating system you are running it in?
    Windows 2019 Server.
  • Any additional information that might be helpful

Expected behavior Should present % rendering progress and copy resulting video file to specified location.

Hello, have you resolved the above issue? In my case, it can render normally, but the code "result.on('progress', (job, percents) => console.log('project is at: ' + percents + '%'))" will only be executed after the rendering is finished, and finally display 100%.

from nexrender.

inlife avatar inlife commented on June 16, 2024

I believe this issue is related to the language used within after effects rendering logs. I have a theory they might've changed the logs language from always English to local languages, as seen in this issue: #945

from nexrender.

huangmengasd avatar huangmengasd commented on June 16, 2024

It is like this. I tried switching to English, and it was successfully executed. It seems that I have not fully understood this great project yet. Thank you for your response.

from nexrender.

inlife avatar inlife commented on June 16, 2024

Could you share which language you had before, and how the after-effects rendering log looked like before?

from nexrender.

inlife avatar inlife commented on June 16, 2024

I want to understand what potential modifications need to be made to support other languages out of the box

from nexrender.

huangmengasd avatar huangmengasd commented on June 16, 2024

I previously used Chinese. In the workpath, the Chinese parts in logs like "aerender-XXX.log" are garbled.
1

from nexrender.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.