aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolkit/ffmpeg.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added Spectrum component with many optionstassaron2017-07-301-15/+26
| | | | tweaked Waveform, added some ffmpeg logging, made generic widget functions
* generic preview sound for waveform componenttassaron2017-07-291-4/+10
| | | | with secret preference to use the audio file again
* waveform component is working, preview is glitchytassaron2017-07-291-5/+25
|
* starting work on Waveform componenttassaron2017-07-291-0/+99
| | | | split Video class out of Video component for reuse in Waveform
* move code into a new function for future expansiontassaron2017-07-281-87/+97
|
* fixed video component eating stdouttassaron2017-07-271-3/+3
| | | | + made height/width into properties to simplify render methods
* error can be locked within properties()tassaron2017-07-251-2/+2
| | | | and simplified the componenterrors again
* better component error messagestassaron2017-07-231-1/+1
| | | | fatal errors cancel the export instead of crashing
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-12/+34
| | | | importing toolkit from live interpreter now works
* add component in context menu, del/ins hotkeystassaron2017-07-201-1/+8
| | | | + preset manager uses mainwindow component list
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-0/+284
component methods are auto-decorated & settings are now class variables