aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/video.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* new hotkey to preview the ffmpeg commandtassaron2017-07-161-2/+2
|
* apply complex filters to audio streams from componentstassaron2017-07-161-1/+15
| | | | tons of sound options could be given now, + installation using setup.py
* use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-151-12/+26
| | | | + better feedback in cmd mode
* Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-151-5/+20
| | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
* components automatically drawPreview & save currentPresettassaron2017-07-131-1/+1
| | | | this makes a Component easier to program. also more comments
* more error messages for blank componentstassaron2017-07-131-3/+10
|
* added option to include audio from Video componentstassaron2017-07-131-5/+3
|
* merge consecutive static componentstassaron2017-07-131-3/+3
|
* fixed various bugstassaron2017-07-111-0/+21
|
* more comments + warnings for outdated dependenciestassaron2017-07-091-1/+1
|
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-041-2/+3
|
* frame-drawing tools for components to sharetassaron2017-07-021-4/+5
|
* renamed component basetassaron2017-07-021-3/+4
|
* --export commandline optiontassaron2017-06-251-1/+2
| | | | overrides -i and -o to use saved fields from a project file
* project files save settings & out/in fieldstassaron2017-06-251-4/+4
|
* disable some hotkeys while encoding, more friendly error messagestassaron2017-06-251-11/+17
|
* fixing bugstassaron2017-06-241-10/+17
|
* Fixed QtWidgets not imported on some components.DH42017-06-231-1/+1
|
* qt5 fixestassaron2017-06-231-6/+8
| | | | also pep8 compliance
* QT5 Conversion + Directory StructureDH42017-06-231-0/+273