All Products
Search
Document Center

Intelligent Media Services:Differences between the parameters of intelligent and quick video production

Last Updated:Dec 10, 2024

As a developer, you may want to identify the output video type and differentiate between the script-to-video mode and the intelligent image-text matching mode based on the parameters of intelligent and quick video production. This topic describes the differences between the parameters of intelligent and quick video production. If you are new to intelligent and quick video production or want to learn the parameters and procedures of intelligent and quick video production, we recommend that you read the following topics: Use the intelligent and quick video production feature and Configure the parameters for intelligent and quick batch video production.

Differences among InputConfig parameters

Parameter

Type

Difference

MediaGroupArray

List<MediaGroup>

  • If you specify only the MediaGroupArray parameter, videos are produced in script-to-video mode. For more information, see Script-to-video.

  • If you specify only the MediaArray parameter, videos are produced in intelligent image-text matching mode. For more information, see Video production in intelligent image-text matching mode.

  • If you specify only the MediaSearchInput parameter, videos are produced in intelligent image-text matching mode only for common scenarios. For more information, see Video production in intelligent image-text matching mode.

  • If you specify all three parameters, the MediaGroupArray parameter takes precedence. Videos are produced in script-to-video mode.

MediaArray

List<String>

MediaSearchInput

MediaSearchInput

SceneInfo

SceneInfo

  • This parameter is applicable only to the intelligent image-text matching mode. For more information, see the "SceneInfo parameters" section of the Common scenarios topic or the "SceneInfo parameters" section of the Videos about sports events topic.

Differences among EditingConfig parameters

Parameter

Difference

ProcessConfig

Differences in editing:

  • EnableClipDetection: specifies whether to detect storyboards in materials. This parameter is supported only by movie mashup production in intelligent image-text matching mode. Default value: true. If you set this parameter to true, the system automatically detects the storyboards that can be used for video production in materials. Intros, outros, ads, and black screens are excluded.

  • EnableTemporalOpt: specifies whether to optimize time series-based sorting for matching results. This field is supported only by movie mashup production in intelligent image-text matching mode. Default value: false. If you specify the storyboards or voice-over scripts for a video to be produced in the same sequence as the clips cut from materials, we recommend that you set this parameter to true. Otherwise, we recommend that you set this parameter to false.

  • AlignmentMode: specifies the alignment mode for videos and voice-over scripts. This parameter is supported only by the global broadcast mode of script-to-video production. Valid values:

    • "AutoSpeed" (default): Adjust the video track based on the length of the audio track.

    • "Cut": Truncate the video track based on the length of the audio track.

References