2018-01-07, 01:11 PM
v0.1.5 released https://github.com/introspected/AutoOver.../tag/0.1.5
AutoOverlay (PKA AutoAlign) discussion
|
2018-01-07, 01:11 PM
v0.1.5 released https://github.com/introspected/AutoOver.../tag/0.1.5
Thanks given by:
2018-01-07, 06:20 PM
Thanks! Eagerly waiting to know about new features... later!
2018-01-08, 07:28 PM
v0.1.6 released https://github.com/introspected/AutoOver.../tag/0.1.6
Thanks given by:
2018-01-08, 07:54 PM
Thanks for the update!
May I ask you a feature? It would be nice to have another mode, where, instead of leaving empty borders or using ambilight, an impaint is used (I think about exinpaint in particular), or, at least, have the chance to get angle colors different from the rest of the borders (for example, a deep red) so that it would be possible to use an impaint filter; I know that it would never be perfect for the whole movie, but in some stationary shots, it should work quite well!
2018-01-08, 08:08 PM
You can use exinpaint already. Just introduce new mask clip with OverlayRender.mode=6.
2018-01-08, 08:20 PM
Thanks! May you write a simple example, please?
2018-01-08, 08:33 PM
(This post was last modified: 2018-01-08, 09:06 PM by random.next.)
Try this
updated #2: Code: mask=OverlayRender(OM, WS, mode=6).ConvertToRGB24().Overlay(OverlayRender(OM.BlankClip(color=$FFFFFF), WS.BlankClip(color=$FFFFFF), mode=4).ConvertToRGB24().Invert(), mode="lighten").RGBAdjust(rb=-254, gb=-254, bb=-254) It will be extremely slow
2018-01-08, 09:18 PM
It doesn't work... keeps says "planar destination width must be a multiple of 2!" which it is, indeed!
Code: OM=dvd2 # 1920 x 772 what am I doing wrong?
2018-01-08, 09:28 PM
(This post was last modified: 2018-01-08, 09:29 PM by random.next.)
I updated the script previously, check it. And OverlayRender accepts only YV24 and RGB24, not YV12.
2018-01-08, 09:28 PM
You haven't specified a destination width for the first two OverlayRenders, might that be the issue?
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
home 7.1 releases - general discussion | spoRv | 7 | 3,022 |
2021-10-11, 05:51 PM Last Post: spoRv |
|
Recordable blu-ray disc general discussion | spoRv | 6 | 7,887 |
2017-05-20, 11:37 AM Last Post: spoRv |