视频处理工具优化
parent
5a9dc0c7a8
commit
28bf6e66ce
|
|
@ -1,40 +0,0 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 6f2876953098c9f468aa6cad3c6df275, type: 3}
|
||||
m_Name: VideoFormatSettings
|
||||
m_EditorClassIdentifier:
|
||||
ListSetting:
|
||||
- Name: "\u6240\u6709\u89C6\u9891"
|
||||
PreFix: '-'
|
||||
PostFix: '-'
|
||||
EndDress: .mp4
|
||||
EnableTranscoding: 0
|
||||
ResizeMode: 2
|
||||
AspectRatio: 5
|
||||
Codec: 2
|
||||
BitrateMode: 2
|
||||
SpatialQuality: 2
|
||||
DeinterlaceMode: 0
|
||||
FlipHorizontal: 0
|
||||
FlipVertical: 0
|
||||
ImportAudio: 1
|
||||
IsInspectorFoldOut: 1
|
||||
Quality: 0.75
|
||||
Loop: 0
|
||||
OutputFileSize: 10000
|
||||
AndroidCodec: 0
|
||||
iOSCodec: 0
|
||||
StandaloneCodec: 0
|
||||
BitRateMode: 1
|
||||
CustomBitRateValue: 2048
|
||||
CustomWidth: 1280
|
||||
CustomHeight: 720
|
||||
|
|
@ -0,0 +1,82 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 4f5e54070c732b449a6d5eb273e707e4, type: 3}
|
||||
m_Name: VideoImportSettings
|
||||
m_EditorClassIdentifier:
|
||||
defaultImportSetting:
|
||||
Name:
|
||||
PreFix:
|
||||
PostFix:
|
||||
EndDress:
|
||||
IsInspectorFoldOut: 0
|
||||
EnableTranscoding: 1
|
||||
ResizeMode: 2
|
||||
AspectRatio: 5
|
||||
Codec: 2
|
||||
BitrateMode: 2
|
||||
SpatialQuality: 2
|
||||
DeinterlaceMode: 0
|
||||
FlipHorizontal: 0
|
||||
FlipVertical: 0
|
||||
ImportAudio: 1
|
||||
AndroidCodec: 0
|
||||
iOSCodec: 0
|
||||
StandaloneCodec: 0
|
||||
BitRateMode: 1
|
||||
CustomBitRateValue: 2048
|
||||
CustomWidth: 1280
|
||||
CustomHeight: 720
|
||||
ListSetting:
|
||||
- Name: "\u6240\u6709\u9AD8\u753B\u8D28\u89C6\u9891"
|
||||
PreFix: '-'
|
||||
PostFix: '-'
|
||||
EndDress: .mp4
|
||||
IsInspectorFoldOut: 1
|
||||
EnableTranscoding: 0
|
||||
ResizeMode: 0
|
||||
AspectRatio: 5
|
||||
Codec: 1
|
||||
BitrateMode: 2
|
||||
SpatialQuality: 2
|
||||
DeinterlaceMode: 0
|
||||
FlipHorizontal: 0
|
||||
FlipVertical: 0
|
||||
ImportAudio: 1
|
||||
AndroidCodec: 0
|
||||
iOSCodec: 0
|
||||
StandaloneCodec: 0
|
||||
BitRateMode: 1
|
||||
CustomBitRateValue: 2048
|
||||
CustomWidth: 1280
|
||||
CustomHeight: 720
|
||||
- Name: "\u6240\u6709\u4F4E\u753B\u8D28\u89C6\u9891"
|
||||
PreFix: '-'
|
||||
PostFix: '-'
|
||||
EndDress: .webm
|
||||
IsInspectorFoldOut: 1
|
||||
EnableTranscoding: 0
|
||||
ResizeMode: 0
|
||||
AspectRatio: 5
|
||||
Codec: 2
|
||||
BitrateMode: 2
|
||||
SpatialQuality: 2
|
||||
DeinterlaceMode: 0
|
||||
FlipHorizontal: 0
|
||||
FlipVertical: 0
|
||||
ImportAudio: 1
|
||||
AndroidCodec: 0
|
||||
iOSCodec: 0
|
||||
StandaloneCodec: 0
|
||||
BitRateMode: 1
|
||||
CustomBitRateValue: 2048
|
||||
CustomWidth: 1280
|
||||
CustomHeight: 720
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a4445371b038b234f95e29de69773d42
|
||||
guid: a9c19cdfa0ea30b499559d0822f235b0
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 757a13336e12c6a97910f037dfe27ed0e754b62f
|
||||
Subproject commit 2353e2b1b77c8e96c355f87e135ee79e2eb7216c
|
||||
|
|
@ -12,25 +12,7 @@ VideoClipImporter:
|
|||
flipVertical: 0
|
||||
flipHorizontal: 0
|
||||
importAudio: 1
|
||||
targetSettings:
|
||||
4:
|
||||
enableTranscoding: 0
|
||||
codec: 2
|
||||
resizeFormat: 2
|
||||
aspectRatio: 5
|
||||
customWidth: 1
|
||||
customHeight: 1
|
||||
bitrateMode: 2
|
||||
spatialQuality: 2
|
||||
7:
|
||||
enableTranscoding: 0
|
||||
codec: 2
|
||||
resizeFormat: 2
|
||||
aspectRatio: 5
|
||||
customWidth: 1
|
||||
customHeight: 1
|
||||
bitrateMode: 2
|
||||
spatialQuality: 2
|
||||
targetSettings: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
|
|||
|
|
@ -12,25 +12,7 @@ VideoClipImporter:
|
|||
flipVertical: 0
|
||||
flipHorizontal: 0
|
||||
importAudio: 1
|
||||
targetSettings:
|
||||
4:
|
||||
enableTranscoding: 0
|
||||
codec: 2
|
||||
resizeFormat: 2
|
||||
aspectRatio: 5
|
||||
customWidth: 1
|
||||
customHeight: 1
|
||||
bitrateMode: 2
|
||||
spatialQuality: 2
|
||||
7:
|
||||
enableTranscoding: 0
|
||||
codec: 2
|
||||
resizeFormat: 2
|
||||
aspectRatio: 5
|
||||
customWidth: 1
|
||||
customHeight: 1
|
||||
bitrateMode: 2
|
||||
spatialQuality: 2
|
||||
targetSettings: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
|
|||
|
|
@ -12,25 +12,7 @@ VideoClipImporter:
|
|||
flipVertical: 0
|
||||
flipHorizontal: 0
|
||||
importAudio: 1
|
||||
targetSettings:
|
||||
4:
|
||||
enableTranscoding: 0
|
||||
codec: 2
|
||||
resizeFormat: 2
|
||||
aspectRatio: 5
|
||||
customWidth: 1
|
||||
customHeight: 1
|
||||
bitrateMode: 2
|
||||
spatialQuality: 2
|
||||
7:
|
||||
enableTranscoding: 0
|
||||
codec: 2
|
||||
resizeFormat: 2
|
||||
aspectRatio: 5
|
||||
customWidth: 1
|
||||
customHeight: 1
|
||||
bitrateMode: 2
|
||||
spatialQuality: 2
|
||||
targetSettings: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
|
|||
Loading…
Reference in New Issue