aboutsummaryrefslogtreecommitdiffstats
path: root/video_thread.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added font size and text position to video threadMaximilian Siess2017-04-201-3/+6
|
* Alignment options added to render taskMaximilian Siess2017-04-181-3/+4
|
* use aac if libfdk_aac not installedMartin Kaistra2016-09-101-4/+18
|
* Encoding settings compatibility updatesrikai2016-09-091-3/+4
| | | Using AAC, yuv420p & an mp4 container should provide much increased compatibility with hardware players as well as youtube.
* Pillow requires tobytes() nowrikai2016-08-171-2/+2
|
* don't terminate ffmpeg too early, fixes problems with windows. also: use ↵Martin Kaistra2015-03-041-3/+5
| | | | matroska container instead of mp4
* move video creation to its own threadMartin Kaistra2015-03-031-0/+90