aboutsummaryrefslogtreecommitdiffstats
path: root/src/component.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-54/+113
| | | | component methods are auto-decorated & settings are now class variables
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-31/+0
|
* apply complex filters to audio streams from componentstassaron2017-07-161-2/+3
| | | | tons of sound options could be given now, + installation using setup.py
* components automatically drawPreview & save currentPresettassaron2017-07-131-14/+22
| | | | this makes a Component easier to program. also more comments
* fixed various bugstassaron2017-07-111-1/+8
|
* separated creation of ffmpeg commandtassaron2017-07-091-3/+7
| | | | for future use to sllow editing the command before starting the export
* a basic Sound component for mixing soundstassaron2017-07-091-4/+16
| | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-091-23/+32
|
* frame-drawing tools for components to sharetassaron2017-07-021-6/+4
|
* renamed component basetassaron2017-07-021-0/+163