Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

AE gets stuck #18

@bangnoise

Description

@bangnoise

User reports AE gets stuck exporting to Hap after 20 frames.

After Effects error: Rendering error while writing to file "C:\Users...\main.mov". An output module failed. The file may be damaged or corrupted. (-1610153464).

At a guess it blindly supplies frames from a limited pool and throws an error when its pool runs dry (because we're emitting frames slower than AE supplies them). We could force the encoder to only hold on to a limited number of frames (try 10). This would limit the opportunity to scale multithreading on machines with a high number of cores.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions