aboutsummaryrefslogtreecommitdiffstats
path: root/video_thread.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed frame loop bug.DH42017-05-311-17/+18
|
* New rendering engine partially implemented. Also added a live preview during ↵DH42017-05-311-127/+199
| | | | rendering. FIXME: spectrum is out of sync / rendering too quickly.
* title text does not need to generate a new image each frametassaron2017-05-291-5/+17
|
* title text is now a componenttassaron2017-05-281-7/+4
| | | | plus numerous bugs removed and added
* Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH42017-05-281-42/+40
| | | | several bug fixes.
* Added automatic scaling of Image and bars. Set title x/y position, and font ↵DH42017-05-271-11/+11
| | | | size based on scale.
* Removed hardcoded parameters. Defaults loaded at runtime.DH42017-05-261-10/+11
|
* text and visualization colour can be changed using commandlinetassaron2017-05-221-5/+8
|
* make sure tempfiles get deletedtassaron2017-05-221-0/+1
|
* more loading feedbacktassaron2017-05-211-5/+10
|
* added back in spaces deleted by my editortassaron2017-05-181-2/+2
|
* added ability to use an mp4 as the backgroundtassaron2017-05-181-13/+26
| | | | 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-1/+1
|
* 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