aboutsummaryrefslogtreecommitdiff
path: root/video_thread.py
AgeCommit message (Expand)Author
2017-06-08preset searchbar works, ui experimentally changedtassaron
2017-06-07Added Bitrate SelectionDH4
2017-06-07Added Encoder Settings, FIXME: Add bitrate options.DH4
2017-06-06Code cleanupDH4
2017-06-06Add checkerboard for transpart frames.DH4
2017-06-05Performance Tuning. FIXME: Video component frames are rendered out of order....DH4
2017-06-04not dumping frames anymore, but not working yet eithertassaron
2017-06-04video component almost working, rm hardcoded backgroundstassaron
2017-06-03Render order reversed to match component list.DH4
2017-06-03absolute path to main ui, bg video fixedtassaron
2017-06-03Changed encoding update to signal/slot.DH4
2017-06-02Threading changes.DH4
2017-06-02Progressbar enhancement.DH4
2017-06-02Cancel button stops pre-processing too.DH4
2017-06-01Added ability to cancel export.DH4
2017-06-01Added aspect ratio scaling to preview area.DH4
2017-06-01Performance boost for static backgrounds. moved drawBars() inside class.DH4
2017-06-01Fixed spectrum rendering. Fixed multiple static renders.DH4
2017-06-01minor fixes, commentstassaron
2017-05-31Fixed frame loop bug.DH4
2017-05-31New rendering engine partially implemented. Also added a live preview during ...DH4
2017-05-29title text does not need to generate a new image each frametassaron
2017-05-28title text is now a componenttassaron
2017-05-28Integration with tassaron2 modular design. True Alpha Rendering added, severa...DH4
2017-05-27Added automatic scaling of Image and bars. Set title x/y position, and font s...DH4
2017-05-26Removed hardcoded parameters. Defaults loaded at runtime.DH4
2017-05-22text and visualization colour can be changed using commandlinetassaron
2017-05-22make sure tempfiles get deletedtassaron
2017-05-21more loading feedbacktassaron
2017-05-18added back in spaces deleted by my editortassaron
2017-05-18added ability to use an mp4 as the backgroundtassaron
2017-04-21changed differentiater of text alignment from string to intMaximilian Siess
2017-04-20added font size and text position to video threadMaximilian Siess
2017-04-18Alignment options added to render taskMaximilian Siess
2016-09-10use aac if libfdk_aac not installedMartin Kaistra
2016-09-09Encoding settings compatibility updatesrikai
2016-08-17Pillow requires tobytes() nowrikai
2015-03-04don't terminate ffmpeg too early, fixes problems with windows. also: use matr...Martin Kaistra
2015-03-03move video creation to its own threadMartin Kaistra