Selur's Little Message Board
odd numbers to crop - 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: odd numbers to crop (/thread-328.html)

Pages: 1 2


RE: odd numbers to crop - Selur - 11.03.2018

You need to recreate the job, the job you send me a debug output from was created with 'alwaysUseAvisynth: false'.


RE: odd numbers to crop - rohamsh - 11.03.2018

(11.03.2018, 09:27)Selur Wrote: You need to recreate the job, the job you send me a debug output from was created with 'alwaysUseAvisynth: false'.

I'm sorry.
But it did not work again.
Here is the Debug file:


RE: odd numbers to crop - Selur - 11.03.2018

Okay,... seems like Avisynth still isn't used.
-> looking into it.


RE: odd numbers to crop - Selur - 11.03.2018

Compiling a new dev version for testing which will enforce Avisynth/Vapoursynth for odd cropping which will either fix the problem or show that this isn't possible the way I think it should work. (namely converting to RGB/yuv444 before cropping)
Note that odd cropping will slow down the general processing since it introduces a color space conversion which wouldn't be needed otherwise.
-> will send you a new link in a few minutes

Cu Selur


RE: odd numbers to crop - rohamsh - 11.03.2018

In the first run, an error occurred and the process was stopped.
But next run (I did not change any settings.) worked very well, and it's great.
Please keep this feature in the final version.
If I see any problems I will report.
Thanks.




Here is the first run debug file:


RE: odd numbers to crop - Selur - 11.03.2018

Don't see any reason why the first job froze, no crash data inside the debug output,..


RE: odd numbers to crop - rohamsh - 11.03.2018

(11.03.2018, 11:18)Selur Wrote: Don't see any reason why the first job froze, no crash data inside the debug output,..

OK. Thank you for this feature.


RE: odd numbers to crop - rohamsh - 11.03.2018

(11.03.2018, 11:18)Selur Wrote: Don't see any reason why the first job froze, no crash data inside the debug output,..

I'm sorry.
When I use the DeGrain, the job crashes!
Please fix that.
This is debug file:


RE: odd numbers to crop - Selur - 11.03.2018

Problem is probably that smdegrain doesn't support RGB,.. will look into it.
-> yup, fixed it locally will send you a dev version for testing in few minutes (need to recompile and upload)

Cu Selur


RE: odd numbers to crop - rohamsh - 11.03.2018

(11.03.2018, 17:06)Selur Wrote: Problem is probably that smdegrain doesn't support RGB,.. will look into it.
-> yup, fixed it locally will send you a dev version for testing in few minutes (need to recompile and upload)

Cu Selur

Thanks a lot.
I will test and report the result.