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
/
core.py
Age
Commit message (
Expand
)
Author
2017-06-06
Code cleanup
DH4
2017-06-04
not dumping frames anymore, but not working yet either
tassaron
2017-06-04
video component almost working, rm hardcoded backgrounds
tassaron
2017-06-03
autosave to help restore unsaved projects in case of a crash
tassaron
2017-06-02
Progressbar enhancement.
DH4
2017-06-02
Cancel button stops pre-processing too.
DH4
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
Created a new UI, several new features to be implemented. FIXME: Resolution c...
DH4
2017-05-27
Fixed Scaling Bugs
DH4
2017-05-27
Added automatic scaling of Image and bars. Set title x/y position, and font s...
DH4
2017-05-25
Merge branch 'tassaron2-master'
Martin Kaistra
2017-05-23
try fixing problems with high dpi screens, font size for video in pixels
Martin Kaistra
2017-05-22
colors are configurable in the GUI
tassaron
2017-05-22
text and visualization colour can be changed using commandline
tassaron
2017-05-21
fixed preview not updating when changing between two videos
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 of text in preview
Maximilian Siess
2017-04-20
added x/y offset of text in preview
Maximilian Siess
2017-04-18
Added text alignment option
Maximilian SiessÂ
2017-04-17
cast slice indices to integer
Maximilian SiessÂ
2015-03-05
add setup.py, automatic discovery for avconv/ffmpeg, add installation help to...
Martin Kaistra
2015-03-02
first commit
Martin Kaistra