![]() |
Crop/Resize - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Crop/Resize (/thread-1593.html) |
RE: Crop/Resize - Selur - 01.11.2020 Quote:When you said "...this order is not enforced when using Avisynth or Vapoursynth" - did you mean that they don't respect filter order specified in "Misc"?The the filter order will be respected during the creation of the script, but it is not respected during the calculation of the output width&co. atm. Hybrid always uses Crop, then rotate, then resize, then letterbox when calculating the output resolution. I adjusted Hybrids source code to enforce this in the future. I will probably allow changing their order in some point in time, but that isn't so easy and will take quite a while since the interact with each other. Quote:So, in this case we need somehow calculate and present other required cropping value (in my case vertical 4px) based on Input/Output PARs before resizing.Don't think there's a decent way to present this properly without loosing people. Personally I always use crop<resize<letterbox, since I crop everything that is black, then resize to the width/height I want and letterbox if I need a specific resolution since I don't like overcropping. Side note: another way to make would be to add an additional crop, where the user can crop after resize, but that will probably just make things more complicated. -> for the foreseeable future, crop<resize<letterbox is the order the filters can and will be used. (ignoring the possibility to overwrite the output resolution) Cu Selur RE: Crop/Resize - serg - 01.11.2020 (01.11.2020, 00:35)Selur Wrote:In Vapoursyncth attempt to"Configuration save under current name " caused multiple error related to filters existence/path.Quote:When you said "...this order is not enforced when using Avisynth or Vapoursynth" - did you mean that they don't respect filter order specified in "Misc"?The the filter order will be respected during the creation of the script, but it is not respected during the calculation of the output width&co. RE: Crop/Resize - Selur - 01.11.2020 Ah, I removed some stuff in the dev version version. I can reproduce the problem. -> will fix RE: Crop/Resize - Selur - 01.11.2020 send you a new link Cu Selur RE: Crop/Resize - serg - 01.11.2020 Filter view in Vapoursynth throws an error "Couldn't find filters for category: Crop ## Rotation." RE: Crop/Resize - Selur - 01.11.2020 Yeah, I made a typo there. ![]() Got no time today, but will look at it tomorrow after work. Cu Selur RE: Crop/Resize - Selur - 01.11.2020 Had a quick look at it, will send you a link to a new version in ~15min. Cu Selur RE: Crop/Resize - serg - 02.11.2020 With active Crop/Resize: - attempt to activate/de-activate any Vapoursynth filters with opened "Filterview" window, throws an error "generateScript-dual:1,crop:1,preview:0,script:0,job:0. - in Avisynth activation Crop View opens clip preview window instead of Crop window RE: Crop/Resize - Selur - 02.11.2020 a. I have never written a CropView for Avisynth like I did for Vapoursynth. So it's normal that the non-Avisynth CropView is opened. (WASD and shift+WASD allow to change the crop borders) b. can't reproduce this issue at all tried all 'Color', 'Remove-Clocking/Grain/Noise' filters,... -> share details and a debug output and I can look at it this evening after work. Cu Selur RE: Crop/Resize - serg - 02.11.2020 This time it throws an error "VapourSynth Editor has stop working" |