-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
Petr Viktorin edited this page May 25, 2018
·
2 revisions
Sample videos and a config file are at here; put them all in one directory: https://drive.google.com/open?id=0BzQVTQ78mLIUSWlOSmJ5TVV2Y1U
A script to put them together is at: https://github.com/encukou/talk-video-maker
Clone that, install it (python setup.py install, ideally in a v python3 virtualenv), plus install:
- inkscape
- ffmpeg
- the font Signika Negative
and then run:
python pyvo/make_vid.py <directory with video>/conf.yaml
If things work as they should, it should start encoding, and at the end, print out a filenname with the result. If you get there, Petr can start giving you videos to encode!
If something doesn't work, let me know (via issues on the project, or otherwise)!