Created
September 5, 2011 04:11
-
-
Save kxhitiz/1194075 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ | |
# Assembly Line: video-transcription | |
# ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ | |
# See docs at http://developers.cloudfactory.com/lines/yaml.html | |
# See examples at http://developers.cloudfactory.com/lines/examples.html | |
# Fill in your API key below! (See http://developers.cloudfactory.com/account#settings) | |
api_key: 5f27b0c87532ff8389fd4955b88b6336c579b529 #0cff92505889e9530baebda027459e1ce073e9dd | |
title: initial_split_media | |
description: A sample line generated via CLI to use both standard and custom form for video transcription. | |
department: Data Processing # Digitization, Web Research, etc | |
# Line Input Formats (see http://developers.cloudfactory.com/lines/yaml.html#line-input-formats) | |
input_formats: | |
- name: url | |
required: true | |
valid_type: url | |
- name: duration | |
required: true | |
valid_type: number | |
# Stations (see http://developers.cloudfactory.com/lines/yaml.html#stations) | |
stations: | |
# # Sample Station #1: Robot Worker | |
# - station: | |
# station_index: 1 | |
# station_type: work | |
# # Worker (see http://developers.cloudfactory.com/lines/yaml.html#workers) | |
# worker: | |
# worker_type: media_converter_robot | |
# settings: | |
# url: ["{{url}}"] | |
# to: mp3 | |
# audio_quality: 320 | |
# video_quality: 3 | |
# Sample Station #2: Robot Worker | |
- station: | |
station_index: 1 | |
station_type: work # work, improve, tournament | |
# input_formats: | |
# station_0: | |
# - name: duration | |
worker: | |
worker_type: media_splitting_robot # "human" or name of robot (content_scraper_robot, etc) | |
# Robot Settings (see http://developers.cloudfactory.com/robots/) | |
settings: | |
url: ["{{url}}"] | |
split_duration: "{{duration}}" | |
overlapping_time: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment