Log in

View Full Version : tdecimate or not?


cybersharky
6th November 2014, 16:45
Suggestions on how to encode this:
https://www.dropbox.com/s/fbfac90nquvjryn/VTS_01_1pre.demuxed.m2v?dl=0

Megui suggests:
LoadPlugin("G:\MeGUI_OneClick_Preview\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Users\me\Documents\DVDrips\ACTS_DISK1\VIDEO_TS\VTS_01_1.d2v", info=3)
LoadPlugin("G:\MeGUI_OneClick_Preview\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("G:\MeGUI_OneClick_Preview\tools\avisynth_plugin\TIVTC.dll")
tfm(order=1).tdecimate(hybrid=3)
crop(4, 0, -6, 0)


Can I use just: tfm(order=1).tdecimate() ?

Lastly, how can I make the last frame black(it says insert disc 2)?
BlankClip(video, length=1, color=$000000)
How do I add the above line to my code?