gpt4 book ai didi

node.js - Elastic Transcoder AWS,如何增加缩略图大小?

转载 作者:太空宇宙 更新时间:2023-11-04 03:29:03 29 4
gpt4 key购买 nike

是否有按键或其他东西可以用来设置视频转码中缩略图的高度和宽度?

transcodeVideo = (fileName, cb) ->
elastictranscoder = new (AWS.ElasticTranscoder)(apiVersion: '2012-09-25')
elastictranscoder.createJob {
PipelineId: process.env.PIPELINE_ID
OutputKeyPrefix: fileName + '/'
Input:
Key: fileName
FrameRate: 'auto'
Resolution: 'auto'
AspectRatio: 'auto'
Interlaced: 'auto'
Container: 'auto'
Output:
Key: 'video.mp4'
Resolution: 'auto'
ThumbnailPattern: 'thumbs-{count}'
PresetId: process.env.PRESET_ID
Rotate: 'auto'
}, cb

最佳答案

这是转码预设的属性。

创建新的转码预设时,您可以指定缩略图的格式/高度/宽度/间隔。

不幸的是,这看起来不像是可以根据每个作业动态更改的内容。

Thumbnail section of the AWS Elastic Transcoding console when creating a Transcoding Preset

关于node.js - Elastic Transcoder AWS,如何增加缩略图大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40596912/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com