aboutsummaryrefslogtreecommitdiff
path: root/src/video_thread.py
AgeCommit message (Expand)Author
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