aboutsummaryrefslogtreecommitdiff
path: root/video_thread.py
AgeCommit message (Collapse)Author
2017-05-28title text is now a componenttassaron
plus numerous bugs removed and added
2017-05-28Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH4
several bug fixes.
2017-05-27Added automatic scaling of Image and bars. Set title x/y position, and font ↵DH4
size based on scale.
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
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
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
Using AAC, yuv420p & an mp4 container should provide much increased compatibility with hardware players as well as youtube.
2016-08-17Pillow requires tobytes() nowrikai
2015-03-04don't terminate ffmpeg too early, fixes problems with windows. also: use ↵Martin Kaistra
matroska container instead of mp4
2015-03-03move video creation to its own threadMartin Kaistra