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
/
video_thread.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
demote error message to debug message
tassaron
2022-05-09
1
-1
/
+1
*
update module docstring
tassaron
2022-05-05
1
-5
/
+7
*
docstrings
tassaron
2022-05-05
1
-8
/
+24
*
move more createVideo work into its own methods
tassaron
2022-05-05
1
-99
/
+116
*
move "determine audio duration" into its own method
tassaron
2022-05-05
1
-21
/
+27
*
show every frame of preview during export
tassaron
2022-05-05
1
-5
/
+1
*
remove Python threads from video export process
tassaron
2022-05-05
1
-106
/
+55
*
Broken pipe raises OSError on some platforms.
tassaron
2022-05-03
1
-2
/
+2
*
remove unneeded call to .copy()
tassaron
2022-05-02
1
-1
/
+1
*
add commandline option to disable preview during export
tassaron
2022-05-02
1
-1
/
+2
*
Don't render checkerboard during preview
tassaron
2022-05-02
1
-3
/
+1
*
fixes #70 - store a ref to preview frame & update preview synchronously
tassaron
2022-05-02
1
-22
/
+21
*
log QThread IDs
tassaron
2022-05-02
1
-0
/
+2
*
fix progress bar percentage not increasing
tassaron
2022-04-30
1
-1
/
+1
*
use super().__init__ in the modern python3 style
tassaron
2022-04-29
1
-2
/
+2
*
add more logging to the video export
tassaron
2022-04-25
1
-2
/
+10
*
make pip-installable as a package
tassaron
2022-04-22
1
-4
/
+4
*
fail gracefully if createFfmpegCommand returns empty
tassaron
2022-04-21
1
-7
/
+16
*
fix crash if ffmpeg is not installed (tested on windows 11)
tassaron
2022-04-21
1
-3
/
+9
*
ctrl-c ends commandline mode properly
tassaron
2017-08-28
1
-3
/
+8
*
remove % from log calls
tassaron
2017-08-19
1
-3
/
+4
*
faster Spectrum preview & custom VERBOSE loglvl
tassaron
2017-08-14
1
-2
/
+2
*
made an authors file
tassaron
2017-08-13
1
-1
/
+3
*
graceful renderNode crash, code clean-up
tassaron
2017-08-13
1
-36
/
+52
*
using the builtin logging module
tassaron
2017-08-10
1
-7
/
+17
[next]