aboutsummaryrefslogtreecommitdiffstats
path: root/video_thread.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* not dumping frames anymore, but not working yet eithertassaron2017-06-041-1/+0
| | | | will finish later
* video component almost working, rm hardcoded backgroundstassaron2017-06-041-34/+12
|
* Render order reversed to match component list.DH42017-06-031-1/+1
|
* absolute path to main ui, bg video fixedtassaron2017-06-031-4/+4
|
* Changed encoding update to signal/slot.DH42017-06-031-4/+3
|
* Threading changes.DH42017-06-021-13/+18
|
* Progressbar enhancement.DH42017-06-021-4/+15
|
* Cancel button stops pre-processing too.DH42017-06-021-32/+50
|
* Added ability to cancel export.DH42017-06-011-12/+40
|
* Added aspect ratio scaling to preview area.DH42017-06-011-1/+1
|
* Performance boost for static backgrounds. moved drawBars() inside class.DH42017-06-011-12/+11
|
* Fixed spectrum rendering. Fixed multiple static renders.DH42017-06-011-1/+3
|
* minor fixes, commentstassaron2017-06-011-20/+22
|
* Fixed frame loop bug.DH42017-05-311-17/+18
|
* New rendering engine partially implemented. Also added a live preview during ↵DH42017-05-311-127/+199
| | | | rendering. FIXME: spectrum is out of sync / rendering too quickly.
* title text does not need to generate a new image each frametassaron2017-05-291-5/+17
|
* title text is now a componenttassaron2017-05-281-7/+4
| | | | plus numerous bugs removed and added
* Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH42017-05-281-42/+40
| | | | several bug fixes.
* Added automatic scaling of Image and bars. Set title x/y position, and font ↵DH42017-05-271-11/+11
| | | | size based on scale.
* Removed hardcoded parameters. Defaults loaded at runtime.DH42017-05-261-10/+11
|
* text and visualization colour can be changed using commandlinetassaron2017-05-221-5/+8
|
* make sure tempfiles get deletedtassaron2017-05-221-0/+1
|
* more loading feedbacktassaron2017-05-211-5/+10
|
* added back in spaces deleted by my editortassaron2017-05-181-2/+2
|
* added ability to use an mp4 as the backgroundtassaron2017-05-181-13/+26
| | | | might not be the best way to do this (dumping all the video frames to a temp location), but it works for clips of a few minutes or less