Custom Asset File Decoupling for Video Effect Display

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing video effects based on association relationship information require development users to bind an association relationship information acquisition interface on the server at the code level, limiting general users' ability to design such effects, resulting in high development costs and poor use flexibility.

Innovation Solution

An effect display method that includes acquiring a custom asset file upon triggering a target effect, loading it through a resource reference interface to obtain an association relationship list, and then acquiring association relationship information from a server to generate an effect image based on this information.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If association relationship information acquisition interface is bound at code level on server, then video effects can be implemented with association relationship information, but development cost increases and use flexibility deteriorates

Engineering Contradiction:
Improvevideo effect implementationVSAvoiddevelopment complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments the association relationship information acquisition process into two independent parts: (1) a resource reference interface that general users can access to obtain association relationship lists, and (2) a code-level interface that development users can bind. This segmentation allows general users to create video effects using only the resource reference interface, eliminating the need for them to implement code-level bindings, thereby reducing development complexity while maintaining video effect functionality.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a resource reference interface as an intermediary between general users and the server's association relationship information. This intermediary provides a simplified access point that returns association relationship lists without requiring users to implement complex code-level interface bindings. The resource reference interface acts as a mediator that bridges the gap between user-friendly access and the underlying complex server-side implementation.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If association relationship information acquisition interface is bound at code level on server, then video effects can be implemented with association relationship information, but use flexibility deteriorates

Engineering Contradiction:
Improvevideo effect implementationVSAvoiduse flexibility
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The patent makes the resource reference interface universal by designing it to serve both general users (who need simple access to association relationship information) and development users (who need code-level binding capabilities). The resource reference interface can return association relationship lists in multiple formats and can be used in various contexts, making it adaptable to different user needs and use cases, thereby enhancing overall system versatility.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The patent introduces dynamic configurability to the resource reference interface, allowing it to adapt its behavior based on the user's needs. The interface can dynamically adjust the level of abstraction and the format of returned data, enabling general users to access association relationship information through simple parameter passing while allowing development users to bind the interface at the code level when needed. This dynamic adaptability enhances use flexibility without compromising video effect implementation.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS20250063226A1Effect display method, electronic device and storage medium
Publication Date: 2025.02.20 BEIJING ZITIAO NETWORK TECH CO LTD
  • US20250063226A1 patent drawing
  • US20250063226A1 patent drawing
  • US20250063226A1 patent drawing

AI summary

The embodiments of the present disclosure provide an effect display method and apparatus, an electronic device and a storage medium, the corresponding custom asset file is acquired in response to the triggering of the target effect; the target effect is configured to display at least one frame of effect image; the custom asset file is loaded through the resource reference interface of the target effect to obtain the association relationship list corresponding to the target effect; and according to the association relationship list, corresponding association relationship information is acquired from the server, and the corresponding effect image is generated based on the association relationship information, and the association relationship information represents the user identifier of the associated user having the association relationship with the current user. The custom asset file is utilized to achieve the decoupling of the step of acquiring the user information.