StainlessS
17th October 2013, 19:53
Prompted by several posts in other threads
StainlessS:
M53, is there any reason you chose height >= 600 as rec709 switch as opposed to eg height > 576 ?
It is better than using RT_Stats default Width>720, shall change RT to same as yours.
Martin53:
I copied the 600 threshold for the matrix somewhere, don't remember where. The future version on my HD is already mxRec = clp.width<=720?"Rec601":"Rec709". I agree that it is of advantage to be in line.
Firesledge (aka Cretindesalpes) in dither.html:
:confused:
For me, width>720 is a reasonable distinguishing mark for HD. I paid homage to Cretindesalpes' greater experience.
Stainlesss:
Also note, I think we got crossed wires somewhere, I said I would alter RT_ 709 switch to be same as yours, based on height >= 600,
have now made that change in RT_Stats (also done but not released in RoboCrop, MYStats and one or two other places).
You have now changed yours to match my previous RT_stats, ie switched on width > 720.
ALL CHANGE PLEASE.
I shall keep same as you previously had it based on height >= 600, if its good enough for FireSledge (Cretindesalpes) its good
enough for me.
Why not use width >= 900 to detect HD(which is what I personally use in some of my scripts)?
I don't have any concrete example in mind, but with some anamorphic 720p movies, I'm fairly certain that the height could drop below 600px, but the width should never drop much below 960px(4:3) for any HD sources and SD ones shouldn't be much over 854px(resized 16:9).
I mostly work with NTSC sources so maybe PAL ones would make my reasoning wrong though.
I think it to be an important question, so am posting in its own thread.
The question relates to which default conversion Matrix to use based on frame size.
StainlessS:
M53, is there any reason you chose height >= 600 as rec709 switch as opposed to eg height > 576 ?
It is better than using RT_Stats default Width>720, shall change RT to same as yours.
Martin53:
I copied the 600 threshold for the matrix somewhere, don't remember where. The future version on my HD is already mxRec = clp.width<=720?"Rec601":"Rec709". I agree that it is of advantage to be in line.
Firesledge (aka Cretindesalpes) in dither.html:
:confused:
For me, width>720 is a reasonable distinguishing mark for HD. I paid homage to Cretindesalpes' greater experience.
Stainlesss:
Also note, I think we got crossed wires somewhere, I said I would alter RT_ 709 switch to be same as yours, based on height >= 600,
have now made that change in RT_Stats (also done but not released in RoboCrop, MYStats and one or two other places).
You have now changed yours to match my previous RT_stats, ie switched on width > 720.
ALL CHANGE PLEASE.
I shall keep same as you previously had it based on height >= 600, if its good enough for FireSledge (Cretindesalpes) its good
enough for me.
Why not use width >= 900 to detect HD(which is what I personally use in some of my scripts)?
I don't have any concrete example in mind, but with some anamorphic 720p movies, I'm fairly certain that the height could drop below 600px, but the width should never drop much below 960px(4:3) for any HD sources and SD ones shouldn't be much over 854px(resized 16:9).
I mostly work with NTSC sources so maybe PAL ones would make my reasoning wrong though.
I think it to be an important question, so am posting in its own thread.
The question relates to which default conversion Matrix to use based on frame size.