tencent cloud

Tencent Effect SDK

製品紹介
製品概要
製品機能
基本概念
製品のメリット
ユースケース
購入ガイド
価格一覧
購入プロセス
支払い遅滞・払い戻しの説明
Demo 体験
無料テスト
License案内
モバイル版Licenseの追加と更新
PC版Licenseの追加と更新
Web版Licenseの追加と更新
よくある質問
SDK ダウンロード
機能説明
SDK ダウンロード
バージョン履歴
SDK統合ガイド
Tencent Effect SDKの独立した統合
アトミック機能統合ガイド
APIドキュメント
iOS
Android
Flutter
機能の実践
SDKパッケージの簡素化
美顔シーン推奨パラメータ
ショート動画(エンタープライズ版)の移行ガイド
サードパーティプッシュによる美顔の接続(Flutter)
コンテンツ作成ツールの活用
Web美顔エフェクト
製品概要
クイックスタート
SDKへのアクセス
APIドキュメント
体験版
よくあるご質問
よくある質問
一般関連
技術系関連
License関連
TE SDK ポリシー
プライバシーポリシー
データ処理とセキュリティ契約

Post-processing

PDF
フォーカスモード
フォントサイズ
最終更新日: 2024-03-25 11:43:19

Introduction

By applying post-processing effects, you can add blur, hazy, colorful filters, noise reduction, and kira effects to your videos.

Basic Usage: Global Blur

1. Add a post-processing object

1.1 Add a Post-processing object in the object panel.



1.2 This object will automatically add a post-processing effect component, and the post-processing file property in the component will point to a
file in the resource panel: PostEffect.post. All subsequent post-processing effect modifications and parameter adjustments are based on this file.



1.3 After adding the post-processing object, you can see the default post-processing effect: blur in the preview panel.




2. Modify post-processing effects

2.1 Select the post-processing file mentioned above in the resource panel: PostEffect.post



2.2 Modify the post-processing parameters in the component panel.




Local Blur

1. First, add a global blur effect.

2. Locally add a mask image for local blur





3. Add a [Segmentation] object.

3.1 Add a Segmentation object in the object panel.



3.2 After adding the Segmentation object, the mask image in the component panel will automatically be filled with the imported mask image.




4. Use the mask image to achieve local blur.

4.1 Create a new 2D canvas in the object panel.



4.2 Add a Foreground Sticker object on the newly created canvas.



4.3 Select the output canvas of the Segmentation object as the foreground sticker.




5. Preview.




adjust the PostEffect.post
we can get different effects
for example:




ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック