Posts: 16
Threads: 2
Joined: 2017 Nov
Thanks: 0
Given 2 thank(s) in 2 post(s)
Country:
Code: OM=ffvideosource("E:\Overlay\OM.mkv").Trim(24, 0, pad=false).Trim(0, 168184, pad=false)
WS=ffvideosource("E:\Overlay\WS.mkv").Trim(0, 168184, pad=false).crop(0, 138, 0, -138)
WEB=ffvideosource("E:\Overlay\WEB.mkv").Trim(26, 0, pad=false).Trim(0, 168184, pad=false).crop(0, 276, 0, -276)
ffvideosource("E:\Overlay\UHD.mkv").crop(0, 276, 0, -276).Trim(0, 168184, pad=false)
ConvertYUVtoLinearRGB(Color=0, OutputMode=2, OOTF=false, fullrange=true)
z_ConvertFormat(pixel_type="YUV420P10", colorspace_op="rgb:linear:2020:f=>709:709:709:f", dither_type="ordered", width=1920, height=804, resample_filter="spline36")
UHD=last
UHD.ColorAdjust(UHD, WEB, dither=1)
Trim(35785, length=1).info
It doesn't seem to have made much of a difference
I basically want to color match the UHD to the 4K WEB-DL and then overlay the result with the OM WEB-DL so pan&scan scenes will look better and to take advantage of the increased chroma resolution. So I don't really want to downscale to 1080p at this point, that was just for the comparison though.
Posts: 191
Threads: 2
Joined: 2017 Dec
Thanks: 12
Given 234 thank(s) in 86 post(s)
Country:
The screenshots is low resolution so it is difficult to compare them.
You must assume that 10 bit HDR bt.2020 and bt.709 8 bit SDR transfers are produced from higher bit source so it is usually impossible to match color histogram because of different matrices, bit and float conversion loses.
Posts: 2,693
Threads: 47
Joined: 2015 Jan
Thanks: 1637
Given 954 thank(s) in 608 post(s)
2019-09-20, 08:31 PM
(This post was last modified: 2019-09-20, 08:31 PM by Stamper.)
Be careful there are scene release on all web-dl where they convert those to SDR
deleted user
Unregistered
Thanks:
Given thank(s) in post(s)
(2019-09-20, 08:31 PM)Stamper Wrote: Be careful there are scene release on all web-dl where they convert those to SDR
That would be good to know. Do you know which groups do that? The ones I've seen are H265 so I assume they're the original encodes and I do know for a fact that streaming services offer SDR 4K sources. My thought here being, if you can download SDR, why bother converting it? Downloading times surely are quicker than conversion times.
Posts: 16
Threads: 2
Joined: 2017 Nov
Thanks: 0
Given 2 thank(s) in 2 post(s)
Country:
2019-09-20, 09:17 PM
(This post was last modified: 2019-09-20, 09:26 PM by JackReacher.)
(2019-09-20, 06:42 PM)random.next Wrote: The screenshots is low resolution so it is difficult to compare them.
You must assume that 10 bit HDR bt.2020 and bt.709 8 bit SDR transfers are produced from higher bit source so it is usually impossible to match color histogram because of different matrices, bit and float conversion loses.
Okay thank you. The way things are looking, I'm thinking I should just stick to using the BD
Posts: 2,693
Threads: 47
Joined: 2015 Jan
Thanks: 1637
Given 954 thank(s) in 608 post(s)
Deflate rips are true DL of the digital stream without encoding, they are 1/1.
Anything by SWTYBLZ are conversions and reencodes.
deleted user
Unregistered
Thanks:
Given thank(s) in post(s)
(2019-09-20, 09:30 PM)Stamper Wrote: Deflate rips are true DL of the digital stream without encoding, they are 1/1.
Anything by SWTYBLZ are conversions and reencodes.
Oh yeah that's true, but SWTYBLZ doesn't pretend that they're real, he always writes the source there. Also, I don't think he's actually part of the scene. Unless you're using the word in a more casual manner.
Posts: 191
Threads: 2
Joined: 2017 Dec
Thanks: 12
Given 234 thank(s) in 86 post(s)
Country:
(2019-09-20, 09:17 PM)JackReacher Wrote: (2019-09-20, 06:42 PM)random.next Wrote: The screenshots is low resolution so it is difficult to compare them.
You must assume that 10 bit HDR bt.2020 and bt.709 8 bit SDR transfers are produced from higher bit source so it is usually impossible to match color histogram because of different matrices, bit and float conversion loses.
Okay thank you. The way things are looking, I'm thinking I should just stick to using the BD Try to use FHD BD as color reference to convert HDR BD to SDR. Resolution of source and reference clips may be different.
Posts: 16
Threads: 2
Joined: 2017 Nov
Thanks: 0
Given 2 thank(s) in 2 post(s)
Country:
(2019-09-20, 06:42 PM)random.next Wrote: Try to use FHD BD as color reference to convert HDR BD to SDR. Resolution of source and reference clips may be different.
Unfortunately it gave the same result as when using the 4K SDR as reference. Both the BD and 4K WEB-DL are in Rec.709 but the 4K WEB-DL is in 10 bit.
Posts: 16
Threads: 2
Joined: 2017 Nov
Thanks: 0
Given 2 thank(s) in 2 post(s)
Country:
2019-09-28, 05:19 PM
(This post was last modified: 2019-09-28, 05:20 PM by JackReacher.)
Sample 1
Sample 2 - The doors at the end of the clip, unstable lol
Code: OverlayEngine(OM.ConvertToY8(), WS.ConvertToY8(), configs=OverlayConfig(subpixel=2, minSourceArea=50, minOverlayArea=50, aspectRatio1=2.35, aspectRatio2=2.45, minSampleArea=3000, requiredSampleArea=5000, branches=3, correction=2), downsize="Spline64Resize", upsize="Spline64Resize", backwardFrames=10, forwardFrames=10, statFile="E:\Overlay\Align.stat", editor=true)
Hi there
I'm having some alignment/stability issues. I have tried correcting them manually but it seems too difficult with a zooming/panning shot. Could you please advise?
|