aboutsummaryrefslogtreecommitdiffstats
path: root/video_thread.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Integration with tassaron2 modular design. True Alpha Rendering added, severa...DH42017-05-281-42/+40
* Added automatic scaling of Image and bars. Set title x/y position, and font s...DH42017-05-271-11/+11
* 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
* changed differentiater of text alignment from string to intMaximilian Siess2017-04-211-1/+1
* added font size and text position to video threadMaximilian Siess2017-04-201-3/+6
* Alignment options added to render taskMaximilian Siess2017-04-181-3/+4
* use aac if libfdk_aac not installedMartin Kaistra2016-09-101-4/+18
* Encoding settings compatibility updatesrikai2016-09-091-3/+4
* Pillow requires tobytes() nowrikai2016-08-171-2/+2
* don't terminate ffmpeg too early, fixes problems with windows. also: use matr...Martin Kaistra2015-03-041-3/+5
* move video creation to its own threadMartin Kaistra2015-03-031-0/+90