aboutsummaryrefslogtreecommitdiff
path: root/src/components/video.py
AgeCommit message (Collapse)Author
2017-07-16new hotkey to preview the ffmpeg commandtassaron
2017-07-16apply complex filters to audio streams from componentstassaron
tons of sound options could be given now, + installation using setup.py
2017-07-15use -t on inputs so ffmpeg knows when to stop filterstassaron
+ better feedback in cmd mode
2017-07-15Video comp verifies audio streams, videoThread moved into Coretassaron
off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
2017-07-13components automatically drawPreview & save currentPresettassaron
this makes a Component easier to program. also more comments
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-09more comments + warnings for outdated dependenciestassaron
2017-07-04moved functions into toolkit, fixed CMD appearing on Windowstassaron
2017-07-02frame-drawing tools for components to sharetassaron
2017-07-02renamed component basetassaron
2017-06-25--export commandline optiontassaron
overrides -i and -o to use saved fields from a project file
2017-06-25project files save settings & out/in fieldstassaron
2017-06-25disable some hotkeys while encoding, more friendly error messagestassaron
2017-06-24fixing bugstassaron
2017-06-23Fixed QtWidgets not imported on some components.DH4
2017-06-23qt5 fixestassaron
also pep8 compliance
2017-06-23QT5 Conversion + Directory StructureDH4