aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-27Created a new UI, several new features to be implemented. FIXME: Resolution ↵DH4
change requires an application restart.
2017-05-27Removed .vscode directory and updated .gitignoreDH4
2017-05-27Fixed Scaling BugsDH4
2017-05-27Added automatic scaling of Image and bars. Set title x/y position, and font ↵DH4
size based on scale.
2017-05-26Removed hardcoded parameters. Defaults loaded at runtime.DH4
2017-05-25Merge branch 'tassaron2-master'Martin Kaistra
2017-05-25improved color button ui xmltassaron
2017-05-25Merge branch 'feature-hdpi'Martin Kaistra
2017-05-23rm unused variabletassaron
2017-05-23rm duplicate codetassaron
2017-05-23select colors more easily using QColorDialogtassaron
2017-05-23try fixing problems with high dpi screens, font size for video in pixelsMartin Kaistra
2017-05-22colors are configurable in the GUItassaron
any invalid RGB tuple entered will result in white
2017-05-22text and visualization colour can be changed using commandlinetassaron
2017-05-22make sure tempfiles get deletedtassaron
2017-05-22rm line that makes atexit raise an errortassaron
I don't notice any difference in behaviour without this line
2017-05-22Merge branch 'feature-commandline'Martin Kaistra
2017-05-22add command line options for font size, alignment, positionMartin Kaistra
2017-05-22Merge branch 'master' into feature-commandlineMartin Kaistra
2017-05-22Merge pull request #13 from tassaron2/mastermartin
Added the ability to use an mp4 as the background image
2017-05-21more loading feedbacktassaron
2017-05-21fixed preview not updating when changing between two videostassaron
making the filename of preview.jpg different each time seems to work
2017-05-18added back in spaces deleted by my editortassaron
2017-05-18added back in spaces deleted by my editortassaron
2017-05-18added ability to use an mp4 as the backgroundtassaron
might not be the best way to do this (dumping all the video frames to a temp location), but it works for clips of a few minutes or less
2017-04-25added font parameter, default values for settings, writing of settings file ↵Martin Kaistra
at clean up
2017-04-25do not require X server for command line modeMartin Kaistra
2017-04-24add new experimental command line modeMartin Kaistra
2017-04-22Merge branch 'HunterwolfAT-font-settings#8'Martin Kaistra
2017-04-22Connect drawPreview events after input elements have valuesMartin Kaistra
2017-04-22Merge branch 'font-settings#8' of ↵Martin Kaistra
https://github.com/HunterwolfAT/audio-visualizer-python into HunterwolfAT-font-settings#8
2017-04-21changed differentiater of text alignment from string to intMaximilian Siess
2017-04-20cleanupMaximilian Siess
2017-04-20clean upMaximilian Siess
2017-04-20all options are saved to and loaded from settings.iniMaximilian Siess
2017-04-20added font size and text position to video threadMaximilian Siess
2017-04-20added font size of text in previewMaximilian Siess
2017-04-20added x/y offset of text in previewMaximilian Siess
2017-04-20added fontsize and position option to UIMaximilian Siess
2017-04-18Merge pull request #11 from HunterwolfAT/mastermartin
Casted slice indices to integer
2017-04-18Matched the label to the naming schemeMaximilian Siess
2017-04-18Alignment options added to render taskMaximilian Siess
2017-04-18Added text alignment optionMaximilian SiessÂ
2017-04-17cast slice indices to integerMaximilian SiessÂ
2016-09-10Merge branch 'rikai-format-compatibility-improvements'Martin Kaistra
2016-09-10use aac if libfdk_aac not installedMartin Kaistra
2016-09-10Merge pull request #5 from rikai/readme-mac-updatemartin
Add macOS instructions
2016-09-09Add macOS instructionsrikai
Add instructions for setting things up on mac using homebrew (with [recommended ffmpeg settings including libfdk_aac support](https://trac.ffmpeg.org/wiki/CompilationGuide/MacOSX) and pip.
2016-09-09Encoding settings compatibility updatesrikai
Using AAC, yuv420p & an mp4 container should provide much increased compatibility with hardware players as well as youtube.
2016-09-07Merge pull request #2 from rikai/mastermartin
Updates to work with modern libraries