csharp 统一のVideoClipImporter
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 统一のVideoClipImporter相关的知识,希望对你有一定的参考价值。
using UnityEditor;
public class VideoClipAssetImporter : AssetPostprocessor
{
static void OnPostprocessAllAssets (string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths)
{
foreach (string str in importedAssets) {
var importer = AssetImporter.GetAtPath (str) as VideoClipImporter;
if (importer == null)
continue;
importer.defaultTargetSettings = new VideoImporterTargetSettings () {
// トランスコードフラグ falseだとそもそもエンコードされない
enableTranscoding = true,
// 私が理解できていないプロパティ
spatialQuality = VideoSpatialQuality.MediumSpatialQuality,
// ビットレート指定
bitrateMode = VideoBitrateMode.Medium,
// コーデック指定
codec = VideoCodec.H264,
// リサイズ指定
resizeMode = VideoResizeMode.OriginalSize
};
// オーディオインポートフラグ
importer.importAudio = false;
}
}
以上是关于csharp 统一のVideoClipImporter的主要内容,如果未能解决你的问题,请参考以下文章
csharp 统一のシーンファイルリストウィンドウ。全てのシーン,ビルド登录シーンを切り替え可。
csharp AddRangeの处理内容3行目の确认
csharp デバイスとSwapChainを作成のみの部分コード
csharp System.Threading.Tasks.Taskの结果と例外のサンプル
csharp 球底面部分のコード
csharp 课题のアドバイス用