作为我的核弹项目的一部分,我想跟踪我的镜头并将 CG 元素添加到其中。为此,我对素材进行了不失真处理并将其写入磁盘以加快处理速度。然而,当我试图重新扭曲书面素材(如附图所示)时,它并没有给我原始素材。我发现Reformat5
andReformat7
并没有给我相同的边界框尺寸,即使两个节点是相同的。
我的原始素材大小是 1920*1080。不失真后变成1928*1085。
因此,我放置了一个Reformat4
尺寸为 1928*1085 的节点并将其写入磁盘。在左侧,我再次放置重新格式化节点,将未失真的素材调整回 1920*1080,并保留大小为 1928*1085 的边界框,以便执行镜头失真以恢复我的原始素材。
它在左侧工作正常,但如果我在我的书面素材上做同样的事情,边界框尺寸就不一样了。
Reformat7
给出大小为 1924*1083 而不是 1928*1085 的边界框。我在这里想念什么?我在网上搜索,但找不到任何解决方案。请对这个问题有所了解。
我的核弹脚本如下:
set cut_paste_input [stack 0]
version 10.0 v3
push $cut_paste_input
LensDistortion {
serializeKnob ""
serialiseKnob "22 serialization::archive 9 0 0 0 0 0 0 0 0 0 0 0 0"
distortion1 -0.007498324849
distortion2 0.0008674863493
distortionCenter {-0.002916968195 -0.001372990897}
invertDistortion true
cardScale {1.006676197 1.006676197 1}
a 0.001508030226
b -0.006750627421
c -0.002457624534
analysisStart 1
analysisStop 329
name LensDistortion2
selected true
xpos -451
ypos 651
}
Reformat {
format "1928 1085 0 0 1928 1085 1 undistortedFormat2"
resize none
name Reformat4
selected true
xpos -451
ypos 684
}
set N6eafc00 [stack 0]
Reformat {
resize none
pbb true
name Reformat5
selected true
xpos -451
ypos 745
}
LensDistortion {
serializeKnob ""
serialiseKnob "22 serialization::archive 9 0 0 0 0 0 0 0 0 0 0 0 0"
distortion1 -0.007498324849
distortion2 0.0008674863493
distortionCenter {-0.002916968195 -0.001372990897}
cardScale {0.9934444427 0.9934444427 1}
a -0.0004114751064
b 0.004895505495
c 0.002436506096
analysisStart 1
analysisStop 329
name LensDistortion3
selected true
xpos -451
ypos 782
}
push $N6eafc00
Write {
file F:/Assignments/Nuke/CGComp/footages/undistortedFootage1080p/undistortedFootage1080p.####.exr
file_type exr
name Write7
selected true
xpos -269
ypos 684
}
Reformat {
resize none
pbb true
name Reformat7
selected true
xpos -269
ypos 747
}
LensDistortion {
serializeKnob ""
serialiseKnob "22 serialization::archive 9 0 0 0 0 0 0 0 0 0 0 0 0"
distortion1 -0.007498324849
distortion2 0.0008674863493
distortionCenter {-0.002916968195 -0.001372990897}
cardScale {0.9934444427 0.9934444427 1}
a -0.0004114751064
b 0.004895505495
c 0.002436506096
analysisStart 1
analysisStop 329
name LensDistortion5
selected true
xpos -269
ypos 783
}