百度智能云

All Product Document

          Multimedia Cloud Processing

          Version Update Record

          v0.10.28

          • Support to specify the playback speed in Preset. A value below 1.0 indicates deceleration, and that higher than 1.0 indicates acceleration (the audio settings cannot be specified at the same time).
          • Support for the combination of multiple videos, and specify multiple videos to be combined through clips.
          • Support assigning watermark id in a Job (watermarkIds is used for introducing the watermark id, currently only single watermark is supported).
          • Support transcoding and thumbnail service watermark removing, use delogoArea to specify the watermark region.
          • Support to extract the thumbnail evenly according to the specified number, with the mode of split, the unique parameter frameNumber specifies the numbers of thumbnail to be evenly selected.

          v0.10.38

          Support all features in 2018-10-18 API updates, mainly including:

          • The video transcoding job supports clipping of black edges(Job.crop).
          • Video transcoding job supports video edition feature(Job.inserts). Dynamically overlay audio, videos, images, subtitle and text watermarks in the video.
          • The video transcoding supports to set multiple watermarks(Preset.watermarks).
          • Video transcoding mode adds to support 2pass, cae.(Content Aware Encoding), cae_enhanced. The new transcoding mode can save code rate under the same definition. Preset.transCfg.transModeSupport enumeration typetwopass, cae, cae_enhanced.
          • More control over video transcoding. Add Preset.extraCfg.watermarkDisableWhitelist to set that there is no watermark when certain conditions are met (for example, it is a portrait video), and add Preset.extraCfg.segmentDurationInSecond to set the partition duration.
          • The watermark supports multiple settings. Add Watermark.timeline controls the displayed timeline of the watermark, Watermark.repeated sets whether the dynamic watermark is repeated, and Watermark.allowScaling parameter allows the watermark to zoom self-adaptively based on the video size.
          • The thumbnail job supports the clipping of black edge(Thumbnail.crop).
          • The watermark removing (delogo) type in the SDK is transferred to be Area from DelogoArea.

          v0.10.95

          • Support notification-related (Notification) interfaces, including creating notifications, querying certain notifications, querying all the notifications and deleting certain notifications.
          • Support to update the queue (Pipeline) and template (Preset) interfaces
          • Support new parameters: * The video transcoding supports to set and skip the black. frames(Preset.extraCfg.skipBlackFrame).

            • The video transcoding supports to set Bucket in video clip.
            • The video transcoding supports automatic clipping of black edges (autoCrop).
            • The thumbnail transcoding supports to skip the black frame (Thumbnail.capture.skipBlackFrame), set the parameters for highlight mode (Thumbnail.capture.highlightOutputCfg) and set the parameters for sprite image (Thumbnail.capture.spriteOutputCfg).

          Previous
          Log
          Next
          Python-SDK