aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge audio-mixing branchBrianna2017-07-1517-251/+721
|\ | | | | some basic audio features + more user feedback + merging static components
| * use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-156-23/+67
| | | | | | | | + better feedback in cmd mode
| * Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-155-47/+73
| | | | | | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
| * components automatically drawPreview & save currentPresettassaron2017-07-139-20/+28
| | | | | | | | this makes a Component easier to program. also more comments
| * staticComponents list is reversed nowtassaron2017-07-132-9/+9
| |
| * more error messages for blank componentstassaron2017-07-135-14/+53
| |
| * added option to include audio from Video componentstassaron2017-07-133-9/+19
| |
| * merge consecutive static componentstassaron2017-07-1310-55/+100
| |
| * fixed various bugstassaron2017-07-1110-35/+83
| |
| * separated creation of ffmpeg commandtassaron2017-07-097-110/+116
| | | | | | | | for future use to sllow editing the command before starting the export
| * a basic Sound component for mixing soundstassaron2017-07-099-81/+325
|/ | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-0913-77/+148
|
* more thorough installation directionstassaron2017-07-064-3/+12
|
* image options to mirror & saturate colourstassaron2017-07-069-9/+122
| | | | and some friendly docstrings
* added basic rotate option to imagestassaron2017-07-053-3/+63
|
* fixed syntax errortassaron2017-07-051-2/+2
| | | | again...
* use decorator for readabilitytassaron2017-07-051-12/+17
|
* made code worktassaron2017-07-041-2/+2
|
* updated Windows installation instructionstassaron2017-07-042-8/+7
|
* removed pyctassaron2017-07-042-0/+1
|
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-049-85/+119
|
* frame-drawing tools for components to sharetassaron2017-07-027-43/+76
|
* renamed component basetassaron2017-07-026-11/+16
|
* rm unneeded imports, work on freezingtassaron2017-07-026-28/+51
|
* Fixed Text Colors & update button color on manual value change.DH42017-07-011-1/+4
|