Advertisement
FranceBB

[OPF-Italia] Big Fish and Begonia

Feb 14th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #index
  2. LWLibavVideoSource("DYHT0001.MXF", stream_index=-1, threads=0, cache=true, seek_mode=0, seek_threshold=10, dr=false, dominance=1, stacked=false, format="YV16")
  3.  
  4. #trim
  5. trim(151, 0)
  6.  
  7. #color conversion from 4:2:2 stack to 4:2:2 interleave
  8. ConverttoYUY2(interlaced=true)
  9.  
  10. #4:2:2 deinterlace to 50 fps (PAL)
  11. QTGMC(Preset="placebo")
  12.  
  13. #keeps true 25fps progressive only (PAL)
  14. Selecteven()
  15.  
  16. #color conversion from 4:2:2 interleave to 4:4:4
  17. Converttoyv24(interlaced=false)
  18.  
  19. #4:4:4 anti aliasing
  20. maa2(mask=1, chroma=true, ss=2.0, aa=70, show=0)
  21.  
  22. #dither up to 16 bit
  23. Bitdepth(from=8, to=16)
  24.  
  25. #16 bit denoise
  26. xNLMeans()
  27.  
  28. #16 bit downscale via Neural Network EDI Spline144Resize
  29. nnedi3_resize16(target_width=1280, target_height=720, mixed=true, thr=1.0, elast=1.5, nns=4, qual=2, etype=0, pscrn=4, threads=0, kernel_d="Spline", kernel_u="Spline", taps=12, f_d=1.0, f_u=2.0, sharp=0)
  30.  
  31. #16 bit debanding and dithering down to 10bit
  32. f3kdb(range=15, Y=45, Cb=30, Cr=30, grainY=0, grainC=0, sample_mode=2, blur_first=true, dynamic_grain=false,  opt=-1, mt=true, keep_tv_range=true, input_mode=2, input_depth=16, output_depth=10)
  33.  
  34. #Encoding: FranceBB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement