Advertisement
trds

Untitled

Jun 28th, 2022
2,442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.11 KB | None | 0 0
  1. LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
  2. DGSource("D:\encode\dvd.dgi")
  3. baseclip=DGsource("D:\Encode\dvd.dgi")
  4. sourceClip=BlankClip(2, 1920, 1080, "YV12", 24000, 1001).KillAudio()+DGsource("D:\Encode\bluray.dgi")+BlankClip(7, 1920, 1080, "YV12", 24000, 1001).KillAudio()
  5. ReplaceFramesSimple(baseClip, sourceClip, mappings="[3279 3371][11102 11232] [16206 16387] [34374 34502][42655 42734][43356 43405][43420 43754][46742 46840][47098 47122][50572 50863][50935 51472][51645 51696][52107 52156][53736 54221][58870 59001][63684 63928][64828 65049][66750 66830][67870 67907][83008 83184][83239 83403][83573 83599][83706 83746][84604 85738][88669 89228][90274 90906][93139 93316][93644 93761][95842 95875][96918 96958][98580 98641][99581 99618][107725 109296][115157 116984][121092 127562][130698 131079][135076 135135][135660 137097][140322 140472][141531 142178][146942 150263][156064 156114][156475 156625][165267 165686][183315 183583][188172 188735][191244 191793][197304 197497][199033 199106][200032 200572][203704 204422]")
  6. crop(0,144,0,-144)
  7. Fixer(3,0,3,0)
  8. spline36resize(1280,528)
  9. Trim(12300,204500).SelectRangeEvery(5400,300)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement