My video is slow and when it gets to another part, it is showing that previous scene. Does that mean there is something wrong with my Windows, or my encoding, or the players I am trying to use? My choice is MPC-HC. I also tried to use DivX Player, and VLC. Yes, this move for encoding is DivX. My script is below. What do I need to do to fix this problem?
LoadPlugin("C:\Program Files\Avisynth 2.5\plugins\mvtools.dll")
LoadPlugin("C:\Program Files\Avisynth 2.5\plugins\fft3dfilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
AVISource("H:\88 minutes (2008)\video.avi")
Converttoyv12()
Tfm()
Tdecimate()
LanczosResize(640,352)
source=last
denoised=FFT3DFilter(sigma=6,sigma2=6,sigma3=5,sig ma4=4,bt=5,bw=32,bh=32,ow=16,oh=16,plane=4)
backward_vec2 = MVAnalyse(denoised,isb = true, delta = 2, pel = 2, overlap=4, sharp=1, idx = 1,dct=1)
backward_vec1 = MVAnalyse(denoised,isb = true, delta = 1, pel = 2, overlap=4, sharp=1, idx = 1,dct=1)
forward_vec1 = MVAnalyse(denoised,isb = false, delta = 1, pel = 2, overlap=4, sharp=1, idx = 1,dct=1)
forward_vec2 = MVAnalyse(denoised,isb = false, delta = 2, pel = 2, overlap=4, sharp=1, idx = 1,dct=1)
MVDegrain2(source,backward_vec1,forward_vec1,backw ard_vec2,forward_vec2,thSAD=400,idx=2)
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Simple DVD editing and encoding software? (Scene release)
By djkilla in forum Authoring (DVD)Replies: 4Last Post: 18th Nov 2011, 08:48 -
Video rendering slows down. Any clues anyone?
By mbur in forum ComputerReplies: 6Last Post: 14th Apr 2011, 11:20 -
Problem - Audio Slows Down when importing video to Premiere
By w.campinas in forum EditingReplies: 7Last Post: 7th Jan 2011, 13:29 -
Which software is good at delete scene of a MKV movie without re-encoding ?
By c1steady in forum Newbie / General discussionsReplies: 7Last Post: 7th Jan 2010, 05:37 -
Re-Encoding TV Shows from DVR
By munchieman1019 in forum Newbie / General discussionsReplies: 2Last Post: 10th Oct 2007, 13:10