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
stats
log msg
author
committer
range
path:
root
/
src
/
__init__.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-29
better log messages when setting window title
tassaron
1
-1
/
+2
2022-04-29
delay opening logfile until first call to logger
tassaron
1
-2
/
+2
2022-04-29
document keyboard shortcuts. fix "show ffmpeg command"
tassaron
2
-3
/
+29
2022-04-28
remove punctuation from project names at commandline
tassaron
1
-4
/
+9
2022-04-28
cast int to str in ffmpeg command
tassaron
1
-6
/
+3
2022-04-28
change call to superclass __init__ to super()
tassaron
1
-1
/
+1
2022-04-27
add logging to Color component. remove unused imports
tassaron
1
-5
/
+6
2022-04-27
fix segmentation fault when rendering Color component
tassaron
1
-1
/
+2
2022-04-26
tests for commandline argument parsing
tassaron
5
-12
/
+54
2022-04-25
add more logging to the video export
tassaron
1
-2
/
+10
2022-04-25
add --debug option and rename -e so it's more explicit
tassaron
1
-7
/
+18
2022-04-25
fix ImportError
tassaron
1
-1
/
+1
2022-04-22
some work on the readme (install instructions not done yet)
tassaron
1
-39
/
+44
2022-04-22
authors file is just a list of names
tassaron
1
-11
/
+5
2022-04-22
add commandline option for tests. add first tests
tassaron
8
-11
/
+94
2022-04-22
make pip-installable as a package
tassaron
24
-92
/
+106
2022-04-21
fail gracefully if createFfmpegCommand returns empty
tassaron
1
-7
/
+16
2022-04-21
createFfmpegCommand returns an empty list if it fails
tassaron
1
-0
/
+9
2022-04-21
fix RuntimeError caused by QUndoStack signal handler
tassaron
1
-3
/
+11
2022-04-21
fix crash if ffmpeg is not installed (tested on windows 11)
tassaron
2
-3
/
+12
2022-04-13
update readme with known working versions
tassaron
1
-3
/
+4
2022-04-13
fix missing audio in output video due to change in ffmpeg command syntax (tes...
tassaron
1
-7
/
+6
2022-04-13
cast floats to ints when calling resize(), setX(), and setY() (argument types...
tassaron
2
-5
/
+6
2020-03-15
quick update to be somewhat compatible with newer versions of Pillow, ffmpeg,...
tassaron2
2
-9
/
+12
2017-08-28
ctrl-c ends commandline mode properly
tassaron
6
-11
/
+25
[next]