是否可以优化 Zencoder 视频缩略图?
我正在开发一个 Rails3 项目,通过 Zencoder 进行视频编码,资产存储在 Amazon S3 上。
...
:thumbnails => {
:number => 5,
:size => "620x465",
:base_url => "s3://my_bucket/path/to/asset/thumbnails/"
}
...
我为每个编码的视频创建 5 个缩略图,每个 PNG(与视频的比例相同:620x465)重量约为 600 Ko。
是否可以在保持比例的同时优化重量?
我可以将格式设置为 JPG,但在 Zencoder API 中看不到任何其他选项: https://app.zencoder.com/docs/api/encoding/thumbnails
I'm working on a Rails3 project with video encoding through Zencoder, assets are stored on Amazon S3.
...
:thumbnails => {
:number => 5,
:size => "620x465",
:base_url => "s3://my_bucket/path/to/asset/thumbnails/"
}
...
I'm creating 5 thumbnails for each video encoded, and each PNG (same ratio as the video: 620x465) weight about 600 Ko.
Is it possible to preserve ratio but optimize the weight?
I can set the format to JPG but I can't see any other option in Zencoder API: https://app.zencoder.com/docs/api/encoding/thumbnails
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 Zencoder 支持的答案:
我希望他们很快就会:-)
Here's the Zencoder support answer:
I hope they will soon :-)