Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Development

Reply
 
Thread Tools Search this Thread Display Modes
Old 18th July 2024, 10:45   #121  |  Link
StvG
Registered User
 
Join Date: Jul 2018
Posts: 494
I guess there will be some additional filtering between the two conversion.

Quote:
Originally Posted by tormento View Post
I'd like to replace the two lines:

z_ConvertFormat(pixel_type="RGBP16", colorspace_op="2020:st2084:2020:limited=>rgb:st2084:2020:full", resample_filter_uv="Spline64", dither_type="error_diffusion", use_props=0)
Code:
fmtc_bitdepth(32)
fmtc_resample(css="444", kernel="spline64")
fmtc_matrix (mat="2020", col_fam="RGB")
fmtc_bitdepth(16, dmode=6)
Quote:
Originally Posted by tormento View Post
z_ConvertFormat(pixel_type="YUV420P10", colorspace_op="rgb:std-b67:2020:full=>2020:std-b67:2020:limited", resample_filter_uv="Spline64", dither_type="error_diffusion", use_props=0)
Code:
fmtc_bitdepth(32)
fmtc_matrix (mat="2020", col_fam="YUV")
fmtc_resample (css="420", kernel="spline64")
fmtc_bitdepth(10, dmode=6)
StvG is offline   Reply With Quote
Old 18th July 2024, 14:30   #122  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,667
Quote:
Originally Posted by StvG View Post
I guess there will be some additional filtering between the two conversion.
Indeed, there is:

DGCube("2a_PQ4000_HLG_mode-nar_in-nar_out-nar_nocomp.cube", in="full", lut="full", out="full")

Are those fmtconv lines still valid?

__________________
@turment on Telegram

Last edited by tormento; 18th July 2024 at 14:33.
tormento is offline   Reply With Quote
Old 18th July 2024, 16:49   #123  |  Link
StvG
Registered User
 
Join Date: Jul 2018
Posts: 494
Quote:
Originally Posted by tormento View Post
Are those fmtconv lines still valid?
Yes, they are valid.
StvG is offline   Reply With Quote
Old 18th July 2024, 17:28   #124  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,667
Quote:
Originally Posted by StvG View Post
Yes, they are valid.

Have I to convert32 even the 2nd time?
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 18th July 2024, 18:33   #125  |  Link
StvG
Registered User
 
Join Date: Jul 2018
Posts: 494
Quote:
Originally Posted by tormento View Post
Have I to convert32 even the 2nd time?
Yes, if you want to mimic as close as possible the zimg calls.
StvG is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:23.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.