aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-318/+61
| | | | component methods are auto-decorated & settings are now class variables
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-1/+1
|
* new hotkey to preview the ffmpeg commandtassaron2017-07-161-1/+5
|
* apply complex filters to audio streams from componentstassaron2017-07-161-17/+86
| | | | tons of sound options could be given now, + installation using setup.py
* use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-151-2/+6
| | | | + better feedback in cmd mode
* Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-151-0/+16
| | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
* components automatically drawPreview & save currentPresettassaron2017-07-131-0/+1
| | | | this makes a Component easier to program. also more comments
* staticComponents list is reversed nowtassaron2017-07-131-4/+4
|
* added option to include audio from Video componentstassaron2017-07-131-2/+14
|
* merge consecutive static componentstassaron2017-07-131-0/+2
|
* fixed various bugstassaron2017-07-111-2/+2
|
* separated creation of ffmpeg commandtassaron2017-07-091-0/+93
| | | | for future use to sllow editing the command before starting the export
* a basic Sound component for mixing soundstassaron2017-07-091-2/+3
| | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-091-4/+4
|
* image options to mirror & saturate colourstassaron2017-07-061-1/+1
| | | | and some friendly docstrings
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-041-42/+23
|
* rm unneeded imports, work on freezingtassaron2017-07-021-9/+17
|
* renamed Original Audio Visualization to Classic Visualizertassaron2017-06-251-4/+15
|
* whitelist is more sensible here than blacklisttassaron2017-06-251-14/+7
|
* needs more tuplestassaron2017-06-251-14/+13
|
* newlines make project file easier to readtassaron2017-06-251-2/+2
|
* --export commandline optiontassaron2017-06-251-0/+2
| | | | overrides -i and -o to use saved fields from a project file
* project files save settings & out/in fieldstassaron2017-06-251-9/+62
|
* fixed lack of asterisks after openProject, added asterisk to window titletassaron2017-06-241-1/+3
|
* fixing bugstassaron2017-06-241-10/+11
|