aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/video.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed video component eating stdouttassaron2017-07-271-36/+31
| | | | + made height/width into properties to simplify render methods
* error can be locked within properties()tassaron2017-07-251-20/+15
| | | | and simplified the componenterrors again
* repeated errors don't cause repeated windowstassaron2017-07-251-2/+2
|
* preset manager uses mainwindow row for every buttontassaron2017-07-241-10/+7
| | | | and minor changes to componenterrors
* ComponentError exception wraps previewRendertassaron2017-07-231-3/+3
| | | | probably where errors are likeliest to be found
* better component error messagestassaron2017-07-231-12/+12
| | | | fatal errors cancel the export instead of crashing
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-69/+29
| | | | importing toolkit from live interpreter now works
* add component in context menu, del/ins hotkeystassaron2017-07-201-2/+2
| | | | + preset manager uses mainwindow component list
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-12/+11
| | | | 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-2/+2
|
* apply complex filters to audio streams from componentstassaron2017-07-161-1/+15
| | | | 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-12/+26
| | | | + 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-131-1/+1
| | | | this makes a Component easier to program. also more comments
* more error messages for blank componentstassaron2017-07-131-3/+10
|
* added option to include audio from Video componentstassaron2017-07-131-5/+3
|
* merge consecutive static componentstassaron2017-07-131-3/+3
|
* fixed various bugstassaron2017-07-111-0/+21
|
* more comments + warnings for outdated dependenciestassaron2017-07-091-1/+1
|
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-041-2/+3
|
* frame-drawing tools for components to sharetassaron2017-07-021-4/+5
|
* renamed component basetassaron2017-07-021-3/+4
|
* --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-251-4/+4
|