No project description provided
Project description
Video Stitcher: The Video Stitcher API helps you generate dynamic content for delivery to client devices. You can call the Video Stitcher API from your servers to dynamically insert ads into video-on-demand and livestreams for your users.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-video-stitcher
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-video-stitcher
Next Steps
Read the Client Library Documentation for Video Stitcher to see other available methods on the client.
Read the Video Stitcher Product documentation to learn more about the product and see How-to Guides.
View this README to see the full list of Cloud APIs that we cover.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google-cloud-video-stitcher-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a90a748ac305030745e8e0c82547fd300c87c1c254ed9c323af43cbfb2c3bfd6 |
|
MD5 | 8856d701bef3ffcccc208396604cedd0 |
|
BLAKE2b-256 | 51b2be158544ecd84481a1faffe0e74d7e6bff7967ba98e1ee94c8cb1a257ef5 |
Hashes for google_cloud_video_stitcher-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 180fe03bc4a88f79933825c8e023a28d74699885a23a4f73765b992c986e1c28 |
|
MD5 | 92f4df398f9bb08bbd43e1fcc02c8e47 |
|
BLAKE2b-256 | 3f38639b072dfd7ca08af47e8bb16fce755c3748567b13e30207f97b6a15f703 |