Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

VideoClip.length

public double length;

Description

The length of the video clip in seconds. (Read Only).

Note that the length returned can be inaccurate as the external encoder can be imprecise. Use VideoPlayer.frameCount and VideoPlayer.frameRate to get adjusted values that are more accurate.