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
log msg
author
committer
range
path:
root
/
src
/
command.py
Age
Commit message (
Expand
)
Author
2022-05-07
--export-project uses -i and -o if provided
tassaron
2022-05-05
show program name as 'avp' when invoked as python -m avp
tassaron
2022-05-02
add commandline option to disable preview during export
tassaron
2022-04-30
create test report in home folder after `--test`
tassaron
2022-04-29
use super().__init__ in the modern python3 style
tassaron
2022-04-28
change call to superclass __init__ to super()
tassaron
2022-04-26
tests for commandline argument parsing
tassaron
2022-04-25
add --debug option and rename -e so it's more explicit
tassaron
2022-04-22
add commandline option for tests. add first tests
tassaron
2017-08-28
ctrl-c ends commandline mode properly
tassaron
2017-08-14
undoable removeComponent action
tassaron
2017-07-27
quit if project doesn't exist when exporting from commandline
tassaron
2017-07-23
ComponentError exception wraps previewRender
tassaron
2017-07-23
components auto-connect & track widgets, less autosave spam
tassaron
2017-07-20
ffmpeg functions moved to toolkit, component format simplified
tassaron
2017-07-15
use -t on inputs so ffmpeg knows when to stop filters
tassaron
2017-07-15
Video comp verifies audio streams, videoThread moved into Core
tassaron
2017-07-06
image options to mirror & saturate colours
tassaron
2017-07-04
moved functions into toolkit, fixed CMD appearing on Windows
tassaron
2017-06-25
needs more tuples
tassaron
2017-06-25
--export commandline option
tassaron
2017-06-25
project files save settings & out/in fields
tassaron
2017-06-23
qt5 fixes
tassaron
2017-06-23
QT5 Conversion + Directory Structure
DH4