aboutsummaryrefslogtreecommitdiffstats
path: root/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new hotkey to preview the ffmpeg commandtassaron2017-07-161-2/+2
|
* apply complex filters to audio streams from componentstassaron2017-07-164-9/+155
| | | | tons of sound options could be given now, + installation using setup.py
* use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-152-12/+31
| | | | + better feedback in cmd mode
* Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-151-5/+20
| | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
* components automatically drawPreview & save currentPresettassaron2017-07-136-6/+4
| | | | this makes a Component easier to program. also more comments
* more error messages for blank componentstassaron2017-07-134-8/+31
|
* added option to include audio from Video componentstassaron2017-07-131-5/+3
|
* merge consecutive static componentstassaron2017-07-135-31/+34
|
* fixed various bugstassaron2017-07-115-18/+48
|
* separated creation of ffmpeg commandtassaron2017-07-094-7/+6
| | | | for future use to sllow editing the command before starting the export
* a basic Sound component for mixing soundstassaron2017-07-093-2/+197
| | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-095-5/+9
|
* image options to mirror & saturate colourstassaron2017-07-062-2/+83
| | | | and some friendly docstrings
* added basic rotate option to imagestassaron2017-07-052-3/+57
|
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-041-2/+3
|
* frame-drawing tools for components to sharetassaron2017-07-025-37/+30
|
* renamed component basetassaron2017-07-026-174/+16
|
* rm unneeded imports, work on freezingtassaron2017-07-022-3/+6
|
* Fixed Text Colors & update button color on manual value change.DH42017-07-011-1/+4
|
* added visualizer options + invalid presets get ignoredtassaron2017-06-263-26/+145
|
* preset delete, rename, save updates both windowstassaron2017-06-251-1/+1
|
* renamed Original Audio Visualization to Classic Visualizertassaron2017-06-252-1/+10
|
* --export commandline optiontassaron2017-06-251-1/+2
| | | | overrides -i and -o to use saved fields from a project file
* project files save settings & out/in fieldstassaron2017-06-252-6/+6
|
* disable some hotkeys while encoding, more friendly error messagestassaron2017-06-251-11/+17
|