Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. LoadPlugin("DGDecode.dll")
  2. LoadPlugin("ColorMatrix.dll")
  3. LoadPlugin("NicAudio.dll")
  4. LoadPlugin("nnedi3.dll")
  5. LoadPlugin("mvtools2.dll")
  6. LoadPlugin("mt_masktools-26.dll")
  7. LoadPlugin("FFT3DFilter.dll")
  8. LoadPlugin("RemoveGrainSSE3.dll")
  9. LoadPlugin("AddGrainC.dll")
  10. LoadPlugin("RepairSSE3.dll")
  11. LoadPlugin("VerticalCleanerSSE3.dll")
  12. Import("QTGMC3.11.avsi")
  13. SetMTMode(5, 6)
  14. DGDecode_mpeg2source("goldenpassage.d2v", info=3)
  15. ColorMatrix(mode="Rec.601->Rec.709", interlaced=true, clamp=0)
  16. SetMTMode(2)
  17. QTGMC(Preset="Placebo", SourceMatch=3, Lossless=0, MatchPreset="Placebo", MatchPreset2="Placebo", EdiThreads=2)
  18. Tweak(cont=1.8, sat=1.7, coring=false, hue=0.0)
  19. video = last
  20. audio = NicAC3Source("goldenpassage T80 2_0ch 384Kbps DELAY 75ms.ac3", DRC=1)
  21. AudioDub(video, audio)
  22. DelayAudio(0.075)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement