Difference between revisions of "Hybrid"

From luvBB
Jump to navigation Jump to search
Tag: Manual revert
(Replaced content with "Category:Hybrid")
Tag: Replaced
Line 1: Line 1:
'''The Bank Job 2008'''
[[Category:Hybrid]]
<pre>
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
 
#Starting Hybrid
baseclip=DGsource("D:\encode\GER.dgi")
sourceClip=BlankClip(29, 1920, 1080, "YV12", 24000, 1001).KillAudio()+DGsource("D:\encode\NOR.dgi")
ReplaceFramesSimple(baseClip, sourceClip, mappings="[61 2396] [152371 153707]")
#End of it
 
crop(0,132,0,-132)
 
ConditionalFilter(last, Fixer, "sceneType", "<", "1")
ConditionalReader("D:\encode\Scenes.txt", "SceneType")
 
function Fixer(clip c) {
 
c.Fixer(0,4,0,4)
 
return last
}
 
replaceframessimple(last, last.f3kdb(sample_mode=2, range=15, Y=88, dither_algo=3
\ , dynamic_grain=false, grainY=50, grainC=20)
\ , mappings="[61 562] [152338 152361]")
</pre>

Revision as of 16:32, 18 September 2021