[BUG] Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. - 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: [BUG] Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. (/thread-3869.html) |
Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. - PirateLife1001 - 15.09.2024 TLDR Resizes changes on its own when adding a Batch Queue. This ruined my DVD Encodes since i can't do proper 640x480, Instead it keeps changing it on it's own video provided below. Please fix this. Thank you. Wasted so many hours doing batch encode just to notice it was all wrong. RE: Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. - Selur - 16.09.2024 Nothing to fix, no bug, this is the correct behavior. Enable "Crop/Resize->Misc->Resizing->Keep resize for new source" if you want Hybrid to keep the resize on a source change for single input. For the future: read the sticky, provide proper details like mentioned in the sticky. Cu Selur RE: Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. - PirateLife1001 - 16.09.2024 (16.09.2024, 04:48)Selur Wrote: Nothing to fix, no bug, this is the correct behavior. Thanks will do, i had that check it still changes it, I had to chage par to 1:1, and check Keep Output Par on source change or ignore par otherwise it chages the X value every time. While we at it i have a question, Some of the DVDs i have are progressive but Hybrid finds them Bottom Field First, would it ruin them if i encode them if it does, how can i choose multiple videos i have selected that they are all progressive ? Also checking for interlace is only using 1 core instead of whole CPU and takes forver can i change that Thank you. RE: Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. - Selur - 16.09.2024 Quote:Also checking for interlace is only using 1 core instead of whole CPU and takes forver can i change that Thank youSadly no, otherwise the check - which only works on a heuristic - is even more unreliable. Quote: how can i choose multiple videos i have selected that they are all progressive ?Overwrite the scan type to 'progressive' int he Deinterlace&Co tab. Quote: Thanks will do, i had that check it still changes it, I had to chage par to 1:1, and check Keep Output Par on source change or ignore par otherwise it chages the X value every time.Yes, the PAR adjustements, when input != output par would still take effect. (to not cause issues) Strange DVDs which are: a. mis-tagged as interlaced when they are progressive b. have wrong PAR values RE: Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. - PirateLife1001 - 22.09.2024 Hello, i have a question, is there a way to install https://github.com/pifroggi/vs_temporalfix This plugin into Hybrid ? RE: Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. - Selur - 22.09.2024 iirc I added it a while ago, should be in the dev versions under "Filtering->Vapoursynth->Frame->Stabilize->Temporalfix" (removed unnecessary, quote from your post, to make it better readable) RE: Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. - PirateLife1001 - 22.09.2024 (22.09.2024, 17:45)Selur Wrote: iirc I added it a while ago, should be in the dev versions under "Filtering->Vapoursynth->Frame->Stabilize->Temporalfix" where do i get the dev version ? Also it seems like the github was updated last week, can the script be swapped out and updated ? Edit: i found it on ur google drive RE: Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. - Selur - 22.09.2024 The dev is in the 'experimental' folder of my GoogelDrive linked on the download page. Unless the parameters or names of the script changes replacing the script should make no problem. RE: Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. - PirateLife1001 - 22.09.2024 (22.09.2024, 18:10)Thank Selur Wrote: The dev is in the 'experimental' folder of my GoogelDrive linked on the download page. Thank you, sorry for one more question is this the correct way of using this ? Because i am abit confused ? RE: Resize Keeps Changing on its own when Starting a Batch Queue, Please fix this. - Selur - 22.09.2024 Look at the Vapoursynth Script View if you are confused. not at a pc atm. but iirc you should use: [10 20] exclude="[10 20]" |