14.11.2019, 21:05
Quote:Why not have GUI for this?Because:
- adding stuff takes time
DePanEstimate ( clip, int range, float trust, int winx, int winy, int wleft, int wtop, int dxmax, int dymax, float zoommax, float stab, float pixaspect, bool info, string log, bool debug, bool show, string extlog)
DePan (clip, clip data, float offset, int subpixel, float pixaspect, bool matchfields, int mirror, int blur, bool info, string inputlog
DePanInterleave (clip, clip data, int prev, int next, int subpixel, float pixaspect, bool matchfields, int mirror, int blur, bool info, string inputlog)
DePanStabilize (clip, clip data, float cutoff, float damping, float initzoom, bool addzoom, int prev, int next, int mirror, int blur, int dxmax, int dymax, float zoommax, float rotmax, int subpixel, float pixaspect, int fitlast, float tzoom, bool info, string inputlog, int method)
DePanScenes ( clip, string inputlog, int plane)
are quite a bit of options for which I would need to add limits, dependencies,....
- I only use them with stab
- no one requested it
Quote:where i can manual scripting for this package?Assuming you know your way around Avisynth you can add custom scripts using: Filtering->Avisynth->Custom
1. use the Avisynth Script Preview to understand how the additions will be used in the script
2. remember to properly load all dependencies etc.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.