aboutsummaryrefslogtreecommitdiffstats
path: root/core.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* not dumping frames anymore, but not working yet eithertassaron2017-06-041-2/+3
| | | | will finish later
* video component almost working, rm hardcoded backgroundstassaron2017-06-041-54/+7
|
* autosave to help restore unsaved projects in case of a crashtassaron2017-06-031-0/+6
|
* Progressbar enhancement.DH42017-06-021-2/+33
|
* Cancel button stops pre-processing too.DH42017-06-021-0/+9
|
* title text is now a componenttassaron2017-05-281-18/+2
| | | | plus numerous bugs removed and added
* Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH42017-05-281-105/+2
| | | | several bug fixes.
* Created a new UI, several new features to be implemented. FIXME: Resolution ↵DH42017-05-271-2/+13
| | | | change requires an application restart.
* Fixed Scaling BugsDH42017-05-271-10/+9
|
* Added automatic scaling of Image and bars. Set title x/y position, and font ↵DH42017-05-271-8/+19
| | | | size based on scale.
* Merge branch 'tassaron2-master'Martin Kaistra2017-05-251-5/+22
|\
| * colors are configurable in the GUItassaron2017-05-221-0/+14
| | | | | | | | any invalid RGB tuple entered will result in white
| * text and visualization colour can be changed using commandlinetassaron2017-05-221-5/+8
| |
* | try fixing problems with high dpi screens, font size for video in pixelsMartin Kaistra2017-05-231-1/+1
|/
* fixed preview not updating when changing between two videostassaron2017-05-211-1/+1
| | | | making the filename of preview.jpg different each time seems to work
* added back in spaces deleted by my editortassaron2017-05-181-4/+3
|
* added ability to use an mp4 as the backgroundtassaron2017-05-181-10/+52
| | | | 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
* changed differentiater of text alignment from string to intMaximilian Siess2017-04-211-3/+3
|
* added font size of text in previewMaximilian Siess2017-04-201-6/+6
|
* added x/y offset of text in previewMaximilian Siess2017-04-201-4/+7
|
* Added text alignment optionMaximilian SiessÂ2017-04-181-2/+8
|
* cast slice indices to integerMaximilian SiessÂ2017-04-171-3/+3
|
* add setup.py, automatic discovery for avconv/ffmpeg, add installation help ↵Martin Kaistra2015-03-051-3/+11
| | | | to readme
* first commitMartin Kaistra2015-03-021-0/+135