aboutsummaryrefslogtreecommitdiffstats
path: root/main.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* select colors more easily using QColorDialogtassaron2017-05-231-2/+21
|
* colors are configurable in the GUItassaron2017-05-221-16/+26
| | | | any invalid RGB tuple entered will result in white
* text and visualization colour can be changed using commandlinetassaron2017-05-221-5/+36
|
* rm line that makes atexit raise an errortassaron2017-05-221-1/+0
| | | | I don't notice any difference in behaviour without this line
* add command line options for font size, alignment, positionMartin Kaistra2017-05-221-4/+24
|
* Merge branch 'master' into feature-commandlineMartin Kaistra2017-05-221-1/+5
|\
| * more loading feedbacktassaron2017-05-211-0/+4
| |
| * added back in spaces deleted by my editortassaron2017-05-181-10/+10
| |
| * added ability to use an mp4 as the backgroundtassaron2017-05-181-10/+10
| | | | | | | | 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
* | added font parameter, default values for settings, writing of settings file ↵Martin Kaistra2017-04-251-7/+16
| | | | | | | | at clean up
* | do not require X server for command line modeMartin Kaistra2017-04-251-1/+1
| |
* | add new experimental command line modeMartin Kaistra2017-04-241-5/+65
|/
* Connect drawPreview events after input elements have valuesMartin Kaistra2017-04-221-7/+7
|
* changed differentiater of text alignment from string to intMaximilian Siess2017-04-211-4/+4
|
* clean upMaximilian Siess2017-04-201-1/+1
|
* all options are saved to and loaded from settings.iniMaximilian Siess2017-04-201-5/+23
|
* added font size and text position to video threadMaximilian Siess2017-04-201-1/+4
|
* added font size of text in previewMaximilian Siess2017-04-201-1/+5
|
* added x/y offset of text in previewMaximilian Siess2017-04-201-2/+6
|
* added fontsize and position option to UIMaximilian Siess2017-04-201-1/+2
|
* Matched the label to the naming schemeMaximilian Siess2017-04-181-1/+1
|
* Alignment options added to render taskMaximilian Siess2017-04-181-1/+2
|
* Added text alignment optionMaximilian SiessÂ2017-04-181-2/+9
|
* add setup.py, automatic discovery for avconv/ffmpeg, add installation help ↵Martin Kaistra2015-03-051-0/+2
| | | | to readme
* don't terminate ffmpeg too early, fixes problems with windows. also: use ↵Martin Kaistra2015-03-041-1/+1
| | | | matroska container instead of mp4