index
:
audio-visualizer-python
master
(forked from djfun) a little GUI tool to render visualization videos of audio files
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
video_thread.py
Age
Commit message (
Expand
)
Author
2017-06-03
absolute path to main ui, bg video fixed
tassaron
2017-06-03
Changed encoding update to signal/slot.
DH4
2017-06-02
Threading changes.
DH4
2017-06-02
Progressbar enhancement.
DH4
2017-06-02
Cancel button stops pre-processing too.
DH4
2017-06-01
Added ability to cancel export.
DH4
2017-06-01
Added aspect ratio scaling to preview area.
DH4
2017-06-01
Performance boost for static backgrounds. moved drawBars() inside class.
DH4
2017-06-01
Fixed spectrum rendering. Fixed multiple static renders.
DH4
2017-06-01
minor fixes, comments
tassaron
2017-05-31
Fixed frame loop bug.
DH4
2017-05-31
New rendering engine partially implemented. Also added a live preview during ...
DH4
2017-05-29
title text does not need to generate a new image each frame
tassaron
2017-05-28
title text is now a component
tassaron
2017-05-28
Integration with tassaron2 modular design. True Alpha Rendering added, severa...
DH4
2017-05-27
Added automatic scaling of Image and bars. Set title x/y position, and font s...
DH4
2017-05-26
Removed hardcoded parameters. Defaults loaded at runtime.
DH4
2017-05-22
text and visualization colour can be changed using commandline
tassaron
2017-05-22
make sure tempfiles get deleted
tassaron
2017-05-21
more loading feedback
tassaron
2017-05-18
added back in spaces deleted by my editor
tassaron
2017-05-18
added ability to use an mp4 as the background
tassaron
2017-04-21
changed differentiater of text alignment from string to int
Maximilian Siess
2017-04-20
added font size and text position to video thread
Maximilian Siess
2017-04-18
Alignment options added to render task
Maximilian Siess
2016-09-10
use aac if libfdk_aac not installed
Martin Kaistra
2016-09-09
Encoding settings compatibility updates
rikai
2016-08-17
Pillow requires tobytes() now
rikai
2015-03-04
don't terminate ffmpeg too early, fixes problems with windows. also: use matr...
Martin Kaistra
2015-03-03
move video creation to its own thread
Martin Kaistra