aboutsummaryrefslogtreecommitdiff
path: root/src/video_thread.py
AgeCommit message (Expand)Author
2022-05-02remove unneeded call to .copy()tassaron
2022-05-02add commandline option to disable preview during exporttassaron
2022-05-02Don't render checkerboard during previewtassaron
2022-05-02fixes #70 - store a ref to preview frame & update preview synchronouslytassaron
2022-05-02log QThread IDstassaron
2022-04-30fix progress bar percentage not increasingtassaron
2022-04-29use super().__init__ in the modern python3 styletassaron
2022-04-25add more logging to the video exporttassaron
2022-04-22make pip-installable as a packagetassaron
2022-04-21fail gracefully if createFfmpegCommand returns emptytassaron
2022-04-21fix crash if ffmpeg is not installed (tested on windows 11)tassaron
2017-08-28ctrl-c ends commandline mode properlytassaron
2017-08-19remove % from log callstassaron
2017-08-14faster Spectrum preview & custom VERBOSE loglvltassaron
2017-08-13made an authors filetassaron
2017-08-13graceful renderNode crash, code clean-uptassaron
2017-08-10using the builtin logging moduletassaron
2017-07-29waveform component is working, preview is glitchytassaron
2017-07-29starting work on Waveform componenttassaron
2017-07-27some minor bugfixestassaron
2017-07-27fixed video component eating stdouttassaron
2017-07-25don't]] always trigger error()tassaron
2017-07-25error can be locked within properties()tassaron
2017-07-25repeated errors don't cause repeated windowstassaron
2017-07-23ComponentError exception wraps previewRendertassaron
2017-07-23better component error messagestassaron
2017-07-23components auto-connect & track widgets, less autosave spamtassaron
2017-07-20ffmpeg functions moved to toolkit, component format simplifiedtassaron
2017-07-17combined toolkit.py & frame.py into toolkit packagetassaron
2017-07-15trying to make setup.py worktassaron
2017-07-15use -t on inputs so ffmpeg knows when to stop filterstassaron
2017-07-15Video comp verifies audio streams, videoThread moved into Coretassaron
2017-07-13staticComponents list is reversed nowtassaron
2017-07-13more error messages for blank componentstassaron
2017-07-13added option to include audio from Video componentstassaron
2017-07-13merge consecutive static componentstassaron
2017-07-11fixed various bugstassaron
2017-07-09separated creation of ffmpeg commandtassaron
2017-07-09a basic Sound component for mixing soundstassaron
2017-07-09more comments + warnings for outdated dependenciestassaron
2017-07-06image options to mirror & saturate colourstassaron
2017-07-04moved functions into toolkit, fixed CMD appearing on Windowstassaron
2017-06-25disable some hotkeys while encoding, more friendly error messagestassaron
2017-06-23qt5 fixestassaron
2017-06-23QT5 Conversion + Directory StructureDH4