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