aboutsummaryrefslogtreecommitdiff
path: root/video_thread.py
AgeCommit message (Collapse)Author
2017-06-22preset-loading and basic args from commandlinetassaron
also made some docstrings more informative
2017-06-18basic commandline functionality using 3 argstassaron
needs more args so components can be modified without gui
2017-06-17exports to ~ if no dir given, fix infinite loop when cancellingtassaron
2017-06-08preset searchbar works, ui experimentally changedtassaron
closebutton where I keep expecting it to be
2017-06-07Added Bitrate SelectionDH4
2017-06-07Added Encoder Settings, FIXME: Add bitrate options.DH4
2017-06-06Code cleanupDH4
2017-06-06Add checkerboard for transpart frames.DH4
2017-06-05Performance Tuning. FIXME: Video component frames are rendered out of ↵DH4
order. Video component creates a severe performance bottleneck.
2017-06-04not dumping frames anymore, but not working yet eithertassaron
will finish later
2017-06-04video component almost working, rm hardcoded backgroundstassaron
2017-06-03Render order reversed to match component list.DH4
2017-06-03absolute path to main ui, bg video fixedtassaron
2017-06-03Changed encoding update to signal/slot.DH4
2017-06-02Threading changes.DH4
2017-06-02Progressbar enhancement.DH4
2017-06-02Cancel button stops pre-processing too.DH4
2017-06-01Added ability to cancel export.DH4
2017-06-01Added aspect ratio scaling to preview area.DH4
2017-06-01Performance boost for static backgrounds. moved drawBars() inside class.DH4
2017-06-01Fixed spectrum rendering. Fixed multiple static renders.DH4
2017-06-01minor fixes, commentstassaron
2017-05-31Fixed frame loop bug.DH4
2017-05-31New rendering engine partially implemented. Also added a live preview during ↵DH4
rendering. FIXME: spectrum is out of sync / rendering too quickly.
2017-05-29title text does not need to generate a new image each frametassaron
2017-05-28title text is now a componenttassaron
plus numerous bugs removed and added
2017-05-28Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH4
several bug fixes.
2017-05-27Added automatic scaling of Image and bars. Set title x/y position, and font ↵DH4
size based on scale.
2017-05-26Removed hardcoded parameters. Defaults loaded at runtime.DH4
2017-05-22text and visualization colour can be changed using commandlinetassaron
2017-05-22make sure tempfiles get deletedtassaron
2017-05-21more loading feedbacktassaron
2017-05-18added back in spaces deleted by my editortassaron
2017-05-18added ability to use an mp4 as the backgroundtassaron
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
2017-04-21changed differentiater of text alignment from string to intMaximilian Siess
2017-04-20added font size and text position to video threadMaximilian Siess
2017-04-18Alignment options added to render taskMaximilian Siess
2016-09-10use aac if libfdk_aac not installedMartin Kaistra
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-08-17Pillow requires tobytes() nowrikai
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