This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Crop/Resize
#31
Problem is:

a. 707x471 Hybrid should have thrown an error on preview creation. Uneven
width and/or height is only allowed with 444 as output color sampling.
b. the preview call
# converting to mod1 compatible format
clip = core.resize.Bicubic(clip=clip, format=vs.YUV444P8, range_s="limited")
# cropping the video to 707x471
clip = core.std.CropRel(clip=clip, left=1, right=12, top=8, bottom=1)
# cropping the video to 707x471
original = core.std.CropRel(clip=original, left=1, right=12, top=8, bottom=1)
Preview fails since original is still YUV420P8
is missing a conversion to YUV44P8 for the original

-> I'll look into it.

Note that, even after I fix the bugs, you either need to adjust your cropping values or your output color space.

Cu Selur
------
offline 02.-07. July, https://www.rockharz-festival.com/ Big Grin
Reply


Messages In This Thread
Crop/Resize - by serg - 30.10.2020, 22:23
RE: Crop/Resize - by Selur - 31.10.2020, 06:48
RE: Crop/Resize - by serg - 31.10.2020, 18:32
RE: Crop/Resize - by Selur - 31.10.2020, 18:43
RE: Crop/Resize - by Selur - 31.10.2020, 19:10
RE: Crop/Resize - by serg - 31.10.2020, 19:40
RE: Crop/Resize - by Selur - 31.10.2020, 19:43
RE: Crop/Resize - by Selur - 31.10.2020, 19:53
RE: Crop/Resize - by serg - 31.10.2020, 20:20
RE: Crop/Resize - by Selur - 31.10.2020, 20:47
RE: Crop/Resize - by serg - 31.10.2020, 21:06
RE: Crop/Resize - by Selur - 31.10.2020, 21:09
RE: Crop/Resize - by serg - 31.10.2020, 22:01
RE: Crop/Resize - by Selur - 31.10.2020, 22:08
RE: Crop/Resize - by serg - 31.10.2020, 22:23
RE: Crop/Resize - by Selur - 31.10.2020, 22:24
RE: Crop/Resize - by serg - 31.10.2020, 23:18
RE: Crop/Resize - by Selur - 31.10.2020, 23:00
RE: Crop/Resize - by Selur - 31.10.2020, 23:41
RE: Crop/Resize - by serg - 01.11.2020, 00:22
RE: Crop/Resize - by Selur - 01.11.2020, 00:35
RE: Crop/Resize - by serg - 01.11.2020, 02:50
RE: Crop/Resize - by Selur - 01.11.2020, 09:49
RE: Crop/Resize - by Selur - 01.11.2020, 11:44
RE: Crop/Resize - by serg - 01.11.2020, 22:06
RE: Crop/Resize - by Selur - 01.11.2020, 22:08
RE: Crop/Resize - by Selur - 01.11.2020, 22:32
RE: Crop/Resize - by serg - 02.11.2020, 00:55
RE: Crop/Resize - by Selur - 02.11.2020, 05:51
RE: Crop/Resize - by serg - 02.11.2020, 07:04
RE: Crop/Resize - by Selur - 02.11.2020, 17:07
RE: Crop/Resize - by Selur - 02.11.2020, 18:02
RE: Crop/Resize - by serg - 02.11.2020, 20:23
RE: Crop/Resize - by Selur - 02.11.2020, 20:57
RE: Crop/Resize - by serg - 02.11.2020, 21:19
RE: Crop/Resize - by Selur - 02.11.2020, 21:24
RE: Crop/Resize - by Selur - 02.11.2020, 21:37

Forum Jump:


Users browsing this thread: 5 Guest(s)