是否可以优化 Zencoder 视频缩略图?

发布于 2024-12-01 21:50:55 字数 512 浏览 0 评论 0原文

我正在开发一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

说谎友 2024-12-08 21:50:55

这是 Zencoder 支持的答案:

这是我们希望在未来添加的内容,尽管我现在不知道具体的时间表。请关注我们的博客和时事通讯,我们会在该选项可用时宣布。

我希望他们很快就会:-)

Here's the Zencoder support answer:

This is something that we're hoping to add in the future, though I don't know of a definite timeline right now. Keep an eye on our blog and newsletter and we'll announce it when the option is available.

I hope they will soon :-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文