aboutsummaryrefslogtreecommitdiffstats
path: root/src/video_thread.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* made an authors filetassaron2017-08-131-1/+3
|
* graceful renderNode crash, code clean-uptassaron2017-08-131-36/+52
|
* using the builtin logging moduletassaron2017-08-101-7/+17
|
* waveform component is working, preview is glitchytassaron2017-07-291-12/+26
|
* starting work on Waveform componenttassaron2017-07-291-1/+1
| | | | split Video class out of Video component for reuse in Waveform
* some minor bugfixestassaron2017-07-271-1/+1
|
* fixed video component eating stdouttassaron2017-07-271-6/+8
| | | | + made height/width into properties to simplify render methods
* don't]] always trigger error()tassaron2017-07-251-1/+1
|
* error can be locked within properties()tassaron2017-07-251-4/+7
| | | | and simplified the componenterrors again
* repeated errors don't cause repeated windowstassaron2017-07-251-4/+4
|
* ComponentError exception wraps previewRendertassaron2017-07-231-2/+2
| | | | probably where errors are likeliest to be found
* better component error messagestassaron2017-07-231-22/+30
| | | | fatal errors cancel the export instead of crashing
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-2/+5
| | | | importing toolkit from live interpreter now works
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-17/+28
| | | | component methods are auto-decorated & settings are now class variables
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-1/+1
|
* trying to make setup.py worktassaron2017-07-151-1/+0
|
* use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-151-4/+4
| | | | + better feedback in cmd mode
* Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-151-12/+23
| | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
* staticComponents list is reversed nowtassaron2017-07-131-5/+5
|
* more error messages for blank componentstassaron2017-07-131-6/+22
|
* added option to include audio from Video componentstassaron2017-07-131-2/+2
|
* merge consecutive static componentstassaron2017-07-131-8/+19
|
* fixed various bugstassaron2017-07-111-0/+9
|
* separated creation of ffmpeg commandtassaron2017-07-091-100/+10
| | | | for future use to sllow editing the command before starting the export
* a basic Sound component for mixing soundstassaron2017-07-091-69/+100
| | | | to be greatly expanded...