VideoClipImporter lets you modify VideoClip import settings from Editor scripts.
See the Movie File Format Support Notes section in the VideoPlayer class documentation for supported movie file formats and encoding guidelines.
defaultTargetSettings | Default values for the platform-specific import settings. |
deinterlaceMode | Images are deinterlaced during transcode. This tells the importer how to interpret fields in the source, if any. |
flipHorizontal | Apply a horizontal flip during import. |
flipVertical | Apply a vertical flip during import. |
frameCount | Number of frames in the clip. |
frameRate | Frame rate of the clip. |
importAudio | Import audio tracks from source file. |
isPlayingPreview | Whether the preview is currently playing. |
keepAlpha | Whether to keep the alpha from the source into the transcoded clip. |
linearColor | Used in legacy import mode. Same as MovieImport.linearTexture. |
outputFileSize | Size in bytes of the file once imported. |
pixelAspectRatioDenominator | Denominator of the pixel aspect ratio (num:den). |
pixelAspectRatioNumerator | Numerator of the pixel aspect ratio (num:den). |
quality | Used in legacy import mode. Same as MovieImport.quality. |
sourceAudioTrackCount | Number of audio tracks in the source file. |
sourceFileSize | Size in bytes of the file before importing. |
sourceHasAlpha | True if the source file has a channel for per-pixel transparency. |
transcodeSkipped | Returns true if transcoding was skipped during import, false otherwise. (Read Only)When VideoImporterTargetSettings.enableTranscoding is set to true, the resulting transcoding operation done at import time may be quite long, up to many hours depending on source resolution and content duration. An option to skip this process is offered in the asset import progress bar. When skipped, the transcoding instead provides a non-transcoded verision of the asset. However, the importer settings stay intact so this property can be inspected to detect the incoherence with the generated artifact.Re-importing without stopping the transcode process, or with transcode turned off, causes this property to become false. |
useLegacyImporter | True to import a MovieTexture (deprecated), false for a VideoClip (preferred). |
ClearTargetSettings | Clear the platform-specific import settings for the specified platform, causing them to go back to the default settings. |
Equals | Performs a value comparison with another VideoClipImporter. |
GetPreviewTexture | Returns a texture with the transcoded clip's current frame. Returns frame 0 when not playing, and frame at current time when playing. |
GetResizeHeight | Get the resulting height of the resize operation for the specified resize mode. |
GetResizeModeName | Get the full name of the resize operation for the specified resize mode. |
GetResizeWidth | Get the resulting width of the resize operation for the specified resize mode. |
GetSourceAudioChannelCount | Number of audio channels in the specified source track. |
GetSourceAudioSampleRate | Sample rate of the specified audio track. |
GetTargetSettings | Returns the platform-specific import settings for the specified platform. |
PlayPreview | Starts preview playback. |
SetTargetSettings | Sets the platform-specific import settings for the specified platform. |
StopPreview | Stops preview playback. |
assetBundleName | Get or set the AssetBundle name. |
assetBundleVariant | Get or set the AssetBundle variant. |
assetPath | The path name of the asset for this importer. (Read Only) |
importSettingsMissing | The value is true when no meta file is provided with the imported asset. |
userData | Get or set any user data. |
hideFlags | Should the object be hidden, saved with the Scene or modifiable by the user? |
name | The name of the object. |
AddRemap | Map a sub-asset from an imported asset (such as an FBX file) to an external Asset of the same type. |
GetExternalObjectMap | Gets a copy of the external object map used by the AssetImporter. |
RemoveRemap | Removes an item from the map of external objects. |
SaveAndReimport | Save asset importer settings if asset importer is dirty. |
SetAssetBundleNameAndVariant | Set the AssetBundle name and variant. |
GetInstanceID | Returns the instance id of the object. |
ToString | Returns the name of the GameObject. |
GetAtPath | Retrieves the asset importer for the asset at path. |
Destroy | Removes a gameobject, component or asset. |
DestroyImmediate | Destroys the object obj immediately. You are strongly recommended to use Destroy instead. |
DontDestroyOnLoad | Do not destroy the target Object when loading a new Scene. |
FindObjectOfType | Returns the first active loaded object of Type type. |
FindObjectsOfType | Returns a list of all active loaded objects of Type type. |
Instantiate | Clones the object original and returns the clone. |
bool | Does the object exist? |
operator != | Compares if two objects refer to a different object. |
operator == | Compares two object references to see if they refer to the same object. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.