alization videos of audio files
aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-07fix to make the QFontComboBox update the previewtassaron1-5/+6
Unfortunately it's not an "undoable" ComponentAction object, it just triggers the raw PyQt Signal for now. This is a small patch until I fix it better by rewriting the Component base class, someday :P
2022-05-07set window titles of minor dialog windowstassaron1-5/+8
2022-05-06ffmpeg filter_complex creation code is more readabletassaron1-112/+119
2022-05-06convert Spectrum FFmpeg complex_filters to f-stringstassaron1-30/+31
2022-05-06fix ffmpeg syntax errortassaron1-1/+1
"syntax is deprecated. Use '|' to separate the list items" from invalid arguments to aevalsrc
2022-05-06convert to f-stringtassaron1-20/+11
2022-05-06convert to f-string for readabilitytassaron1-8/+4
2022-05-06undoStack dialog's creation moved to __init__.tassaron1-17/+11
And the automatically added "greeting" components don't show in undo history
2022-05-06disable undo/redo while video is exportingtassaron1-5/+21
2022-05-05show program name as 'avp' when invoked as python -m avptassaron1-0/+1
2022-05-05start mainwindow smaller and with classic visualizertassaron1-2/+7
instead of a giant blank canvas, invite the user with some classic components and a smaller window more appropriate for this small utility :)
2022-05-05update module docstringtassaron1-5/+7
2022-05-05docstringstassaron1-8/+24
2022-05-05catch PermissionError if FFmpeg doesn't worktassaron1-1/+1
2022-05-05move more createVideo work into its own methodstassaron1-99/+116
rename renderFrame to frameRender for consistency with components
2022-05-05move "determine audio duration" into its own methodtassaron1-21/+27
2022-05-05change version numbertassaron1-1/+1
2022-05-05show every frame of preview during exporttassaron1-5/+1
2022-05-05remove Python threads from video export processtassaron1-106/+55
2022-05-05fix broken link. move commandline info lowertassaron1-20/+10
2022-05-05add more links to wikitassaron1-2/+3
2022-05-05shrink screenshot slightly, add alt/tite texttassaron1-2/+3
2022-05-05new readme with screenshottassaron2-35/+45
2022-05-03change version numbertassaron1-1/+1