https://github.com/jim-easterbrook/pyctools-demo
Examples of things you can do with pyctools
https://github.com/jim-easterbrook/pyctools-demo
Last synced: 8 months ago
JSON representation
Examples of things you can do with pyctools
- Host: GitHub
- URL: https://github.com/jim-easterbrook/pyctools-demo
- Owner: jim-easterbrook
- License: gpl-3.0
- Created: 2015-02-05T08:56:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T15:37:19.000Z (about 4 years ago)
- Last Synced: 2024-04-21T10:21:18.976Z (about 2 years ago)
- Language: Python
- Size: 1.01 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Pyctools-demo
=============
Examples of things you can do with Pyctools.
This uses `Pyctools `_ to illustrate a few features of video processing.
Requirements
------------
* `Pyctools `_ and its requirements.
Installation
------------
Use of Pyctools-demo requires easy access to the source files, so installation with ``pip`` is not really appropriate.
You should clone the GitHub repository, or download and extract a zip or tar.gz archive from the GitHub releases page, and then use ``setup.py`` to install the demo components::
git clone https://github.com/jim-easterbrook/pyctools-demo.git
cd pyctools-demo
pip3 install --user .
Use
---
The ``src/scripts`` directory contains everal sets of files that can be loaded into the Pyctools graph editor or run directly.
Many of them need a source video to work with.
Create a file (or link) called ``example.avi`` in the ``video`` directory.
Licence
-------
| Pyctools-demo - examples of things you can do with pyctools.
| http://github.com/jim-easterbrook/pyctools-demo
| Copyright (C) 2015-22 Jim Easterbrook jim@jim-easterbrook.me.uk
This program is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.