跳转到主要内容

配置转码守护进程的食谱

项目描述

A zc.buildout recipe that configures a collective.transcode.daemon instance

更多信息请查看

支持的选项

该食谱支持以下选项

listen_host
    hostname to listen

listen_port
    port to use

videofolder
    relative path of folder where transcoded videos are stored

secret
    a secret shared key used for authentication and encryption

profiles
    a python list of dicts specifying the supported transcoded
    profiles. The dict should contain
        i) the id of the profile,
        ii) the command to be executed with the first parameter to be the input and the second the output file
        iii) the list of supported mime types for this profile
    e.g. profiles = [ {'id':'low', 'cmd':'scripts/lowQualityTranscode %s %s', 'supported_mime_types': ['video/mpeg', 'video/3gpp'] } ]

贡献者

  • Dimitris Moraitis, unweb.me

  • Mike Muzurakis, unweb.me

  • Markos Gogoulos, unweb.me

  • Victor Rajewski, engagemedia.org

  • Christos Psaltis, unweb.me

变更历史

0.2 (2010-07-22)

  • collective.transcode.daemon 0.2 版本的发布 [dimo]

0.1 (2010-02-18)

  • 首次发布 [dimo]

下载

项目详细信息


下载文件

为您的平台下载文件。如果您不确定要选择哪一个,请了解更多关于 安装包 的信息。

源分布

collective.transcode.recipe-0.2.zip (10.8 kB 查看哈希值)

上传时间:

由以下支持