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
*
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
*
waveform component is working, preview is glitchy
tassaron
2017-07-29
1
-12
/
+26
*
starting work on Waveform component
tassaron
2017-07-29
1
-1
/
+1
*
some minor bugfixes
tassaron
2017-07-27
1
-1
/
+1
*
fixed video component eating stdout
tassaron
2017-07-27
1
-6
/
+8
*
don't]] always trigger error()
tassaron
2017-07-25
1
-1
/
+1
*
error can be locked within properties()
tassaron
2017-07-25
1
-4
/
+7
*
repeated errors don't cause repeated windows
tassaron
2017-07-25
1
-4
/
+4
[next]