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
/
toolkit
/
ffmpeg.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ignore benign error from reading a closed pipe
tassaron
2022-04-29
1
-3
/
+7
*
cast int to str in ffmpeg command
tassaron
2022-04-28
1
-6
/
+3
*
make pip-installable as a package
tassaron
2022-04-22
1
-4
/
+4
*
createFfmpegCommand returns an empty list if it fails
tassaron
2022-04-21
1
-0
/
+9
*
fix crash if ffmpeg is not installed (tested on windows 11)
tassaron
2022-04-21
1
-0
/
+3
*
fix missing audio in output video due to change in ffmpeg command syntax (tes...
tassaron
2022-04-13
1
-7
/
+6
*
file logging can be turned completely off
tassaron
2017-08-27
1
-7
/
+15
*
fixed too-large Color sizes, fixed a redoing bug, rm pointless things
tassaron
2017-08-26
1
-1
/
+1
*
remove % from log calls
tassaron
2017-08-19
1
-1
/
+1
*
better aevalsrc inputs for spectrum previews
tassaron
2017-08-14
1
-5
/
+14
*
rv pointless optimization & remove circular imports (again...)
tassaron
2017-08-12
1
-1
/
+1
*
using the builtin logging module
tassaron
2017-08-10
1
-7
/
+12
*
added Spectrum component with many options
tassaron
2017-07-30
1
-15
/
+26
*
generic preview sound for waveform component
tassaron
2017-07-29
1
-4
/
+10
*
waveform component is working, preview is glitchy
tassaron
2017-07-29
1
-5
/
+25
*
starting work on Waveform component
tassaron
2017-07-29
1
-0
/
+99
*
move code into a new function for future expansion
tassaron
2017-07-28
1
-87
/
+97
*
fixed video component eating stdout
tassaron
2017-07-27
1
-3
/
+3
*
error can be locked within properties()
tassaron
2017-07-25
1
-2
/
+2
*
better component error messages
tassaron
2017-07-23
1
-1
/
+1
*
components auto-connect & track widgets, less autosave spam
tassaron
2017-07-23
1
-12
/
+34
*
add component in context menu, del/ins hotkeys
tassaron
2017-07-20
1
-1
/
+8
*
ffmpeg functions moved to toolkit, component format simplified
tassaron
2017-07-20
1
-0
/
+284