Language
Force Trim - Fixed Length Video
If you configured the TrimSettings to restrict the duration of the video by setting a minimum and/or maximum duration you can define the startup behavior of the video editor as follows:
- The composition or trim tool will always automatically be presented after opening for the user to review and adjust the length of the video.
This corresponds to setting
forceTrimModetoALWAYS. forceTrimModeis set toIF_NEEDEDas in our example and will only present- the composition tool, if your initial composition is longer than
maximumVideoLengthor shorter thanminimumVideoLength, or - the trim tool, if your initial video is longer than
maximumVideoLength.
- the composition tool, if your initial composition is longer than
- Setting
forceTrimModetoSILENTwill automatically trim the video to themaximumVideoLengthwithout opening any tool and is the default behavior.