Hello!
I need to decrease ghosting in this video as much as possible. I used this script
Code:AssumeTFF() tfm(pp=7,cthresh=8,mode=5).tdecimate() yadif(mode=1, order=1) Srestore(frate=25) AssumeFPS(23.976) Crop(16, 2, -0, -0)
+ Reply to Thread
Results 1 to 5 of 5
-
-
First, your script makes no sense. Start with:
Code:Mpeg2Source("Test.demuxed.d2v", Info=3) Yadif(order=1, mode=1) # or QTGMC(preset="fast") Srestore(frate=25) AssumeFPS(23.976) Crop(16, 2, -0, -0)
-
-
I didn't just repeat your script, I fixed it. And, no, you don't TIVTC before Yadif(mode=1) and SRestore(). Yadif (or QTGMC) turns every field into a frame, SRestore discards the frames with the most blending.
By the way, I'd highly recommend you leave the height mod4, not mod2. Some codecs/players have problems with mod2. -
Similar Threads
-
Webm help needed (How to decrease the file size)
By SubaruKanoe in forum EditingReplies: 3Last Post: 19th Dec 2014, 05:34 -
4K Videos on PotPlayer: How Decrease Display Resolution?
By KenithOlson in forum Software PlayingReplies: 2Last Post: 20th Aug 2014, 11:37 -
How can i decrease the size of videos i record with Fraps?
By combatsimulation in forum Capturing and VCRReplies: 18Last Post: 21st May 2014, 00:54 -
How to decrease the file size?
By socrates in forum Video ConversionReplies: 19Last Post: 4th Feb 2014, 08:59 -
decrease audio size
By vivabarca in forum AudioReplies: 21Last Post: 4th Aug 2012, 08:54