VideoPipelineViperThumbnailerColumnData

GoogleApi.ContentWarehouse.V1.Model.VideoPipelineViperThumbnailerColumnData


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. frameBlobRefs (type: list(GoogleApi.ContentWarehouse.V1.Model.BlobstoreBlobRef), default: nil)
    - The blobRef where the representative frame is stored. This is repeated in order to support multiple thumbnails in the future.
  2. frameFileList (type: GoogleApi.ContentWarehouse.V1.Model.VideoThumbnailsFrameFileList, default: nil)
    - Video frame files (based on file_dir_to_save_frames parameter)
  3. frameTypeGenerated (type: String.t, default: nil)
    - Frame type generated (VR/360/3D/default).
  4. generatedFromDrishtiThumbnailer (type: boolean(), default: nil)
    - True if the thumbnails are generated from drishti_thumbnailer.
  5. highResPreviewThumbnailGenerated (type: boolean(), default: nil)
    -
  6. hq720Generated (type: boolean(), default: nil)
    - hq720.jpg is a 1280x720 pixel image generated only when the input video resolution is 1280x720 or higher.
  7. hqdefaultGenerated (type: boolean(), default: nil)
    - The flags below indicate whether certain optional thumbnail images were generated. hqdefault.jpg is a 480x360 pixel high quality image which should normally be always generated.
  8. hvcBackupGenerated (type: boolean(), default: nil)
    - True if a set of backup HVC thumbnails is generated.
  9. improvedVerticalGenerated (type: boolean(), default: nil)
    - True if the thumbnails are generated with background crop and scrim.
  10. maxresdefaultGenerated (type: boolean(), default: nil)
    - maxresdefault.jpg is an image of the same resolution as the input video. It is generated only when the input video is significantly higher-resolution than 640x480.
  11. maxresdefaultHeight (type: integer(), default: nil)
    - Height of the generated maxresdefault thumbnail.
  12. maxresdefaultWidth (type: integer(), default: nil)
    - Width of the generated maxresdefault thumbnail.
  13. movingThumbnailGenerated (type: boolean(), default: nil)
    - True if moving thumbnails are generated.
  14. privateThumbnailsGenerated (type: boolean(), default: nil)
    - True if private thumbnails were generated and stored in the thumbnail database.
  15. publicThumbnailsGenerated (type: boolean(), default: nil)
    - True if public thumbnails were generated and stored in the thumbnail database.
  16. rerunStatus (type: String.t, default: nil)
    - Analysis result of running the rerun thumbnailer
  17. sddefaultGenerated (type: boolean(), default: nil)
    - sddefault.jpg is a 640x480 pixel image generated only when the input video resolution is 640x480 or higher.
  18. storyboardGenerated (type: boolean(), default: nil)
    - This flag indicates if storyboard mosaic images were generated and stored in the thumbnail database.
  19. storyboardNumLevels (type: integer(), default: nil)
    - Number of levels of storyboard generated (0 if policy default).
  20. storyboardPolicy (type: integer(), default: nil)
    - Policy number that governed the storyboard generation. If zero, no policy was used and the storyboard format is not fully specified by the parameters contained in this message.
  21. storyboardVersion (type: integer(), default: nil)
    - Version of the storyboard.
  22. storyboardVideoDurationMs (type: integer(), default: nil)
    - Video duration of the video.
  23. storyboardVideoHeight (type: integer(), default: nil)
    - Height of the video that was storyboarded.
  24. storyboardVideoWidth (type: integer(), default: nil)
    - Width of the video that was storyboarded.
  25. webpGenerated (type: boolean(), default: nil)
    - This flag indicates if images in WebP format were created and stored in the thumbnail database.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoPipelineViperThumbnailerColumnData{
frameBlobRefs: [GoogleApi.ContentWarehouse.V1.Model.BlobstoreBlobRef.t()] | nil,
frameFileList: GoogleApi.ContentWarehouse.V1.Model.VideoThumbnailsFrameFileList.t() | nil,
frameTypeGenerated: String.t() | nil,
generatedFromDrishtiThumbnailer: boolean() | nil,
highResPreviewThumbnailGenerated: boolean() | nil,
hq720Generated: boolean() | nil,
hqdefaultGenerated: boolean() | nil,
hvcBackupGenerated: boolean() | nil,
improvedVerticalGenerated: boolean() | nil,
maxresdefaultGenerated: boolean() | nil,
maxresdefaultHeight: integer() | nil,
maxresdefaultWidth: integer() | nil,
movingThumbnailGenerated: boolean() | nil,
privateThumbnailsGenerated: boolean() | nil,
publicThumbnailsGenerated: boolean() | nil,
rerunStatus: String.t() | nil,
sddefaultGenerated: boolean() | nil,
storyboardGenerated: boolean() | nil,
storyboardNumLevels: integer() | nil,
storyboardPolicy: integer() | nil,
storyboardVersion: integer() | nil,
storyboardVideoDurationMs: integer() | nil,
storyboardVideoHeight: integer() | nil,
storyboardVideoWidth: integer() | nil,
webpGenerated: boolean() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoPipelineViperThumbnailerColumnData