Advertisement
AzraelNewtype

Untitled

Aug 10th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. DGDecode_Mpeg2Source("L:\cappings\kiva-46.d2v", cpu=0)
  2. Trim(1144,3933)++Trim(3934,6478)++Trim(6479,26496)++Trim(26497,42950)++Trim(42951,43700)
  3. tfm().tdecimate(mode=1,cycle=5).nnedi3(field=0,nsize=5) # I'm not actually sure what doing nnedi3 at this point does
  4.  
  5. #Spline36Resize(852,480,1,0,-1,0)
  6. Dither_convert_8_to_16()
  7. Dither_resize16(1280,720,1,0,-1,0,kernel="blackmanminlobe",taps=5)
  8. dfttest(sigma=12,tbsize=3,sbsize=18,sosize=9, lsb_in=true, lsb=true)
  9. f3kdb(grainY=16,grainC=0,sample_mode=2,dither_algo=3,input_mode=1,output_mode=2,output_depth=10,keep_tv_range=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement