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
/
src
/
video_thread.py
Age
Commit message (
Collapse
)
Author
2017-07-15
use -t on inputs so ffmpeg knows when to stop filters
tassaron
+ better feedback in cmd mode
2017-07-15
Video comp verifies audio streams, videoThread moved into Core
tassaron
off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
2017-07-13
staticComponents list is reversed now
tassaron
2017-07-13
more error messages for blank components
tassaron
2017-07-13
added option to include audio from Video components
tassaron
2017-07-13
merge consecutive static components
tassaron
2017-07-11
fixed various bugs
tassaron
2017-07-09
separated creation of ffmpeg command
tassaron
for future use to sllow editing the command before starting the export
2017-07-09
a basic Sound component for mixing sounds
tassaron
to be greatly expanded...
2017-07-09
more comments + warnings for outdated dependencies
tassaron
2017-07-06
image options to mirror & saturate colours
tassaron
and some friendly docstrings
2017-07-04
moved functions into toolkit, fixed CMD appearing on Windows
tassaron
2017-06-25
disable some hotkeys while encoding, more friendly error messages
tassaron
2017-06-23
qt5 fixes
tassaron
also pep8 compliance
2017-06-23
QT5 Conversion + Directory Structure
DH4