aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-20clean upMaximilian Siess
2017-04-20all options are saved to and loaded from settings.iniMaximilian Siess
2017-04-20added font size and text position to video threadMaximilian Siess
2017-04-20added font size of text in previewMaximilian Siess
2017-04-20added x/y offset of text in previewMaximilian Siess
2017-04-20added fontsize and position option to UIMaximilian Siess
2017-04-18Matched the label to the naming schemeMaximilian Siess
2017-04-18Alignment options added to render taskMaximilian Siess
2017-04-18Added text alignment optionMaximilian SiessÂ
2017-04-17cast slice indices to integerMaximilian SiessÂ
2016-09-10Merge branch 'rikai-format-compatibility-improvements'Martin Kaistra
2016-09-10use aac if libfdk_aac not installedMartin Kaistra
2016-09-10Merge pull request #5 from rikai/readme-mac-updatemartin
Add macOS instructions
2016-09-09Add macOS instructionsrikai
Add instructions for setting things up on mac using homebrew (with [recommended ffmpeg settings including libfdk_aac support](https://trac.ffmpeg.org/wiki/CompilationGuide/MacOSX) and pip.
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-09-07Merge pull request #2 from rikai/mastermartin
Updates to work with modern libraries
2016-08-17Update README to indicate the use of Pillow 3.3.0rikai
2016-08-17Pillow requires tobytes() nowrikai
2015-03-05add setup.py, automatic discovery for avconv/ffmpeg, add installation help ↵Martin Kaistra
to readme
2015-03-04update readmeMartin Kaistra
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
2015-03-02add name request to readmeMartin Kaistra
2015-03-02add readme and MIT licenseMartin Kaistra
2015-03-02first commitMartin Kaistra