Skip to content

Is it possible to export Pag animation to video in web? #2567

Answered by kevingpqi123
zdarovich asked this question in Q&A
Discussion options

You must be logged in to vote

In theory, rendering and exporting videos on the web platform is possible. However, rendering and encoding are computationally intensive operations, and for performance reasons, it is generally not recommended to do so directly on the client side. A common practice is to perform effect rendering and exporting video on the server side, while the web platform is used for simple interactions and visual effects. This approach is commonly used in scenarios such as Tencent Video advertisements and WeChat game reports.

Since pag is an animation rendering library, the task of rendering and exporting videos would need to be developed by the business or application developers, as it falls outside t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kevingpqi123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants