View Full Version : Remove Ghosting
zack_ind
22nd November 2008, 10:11
I have a progressive 29.970 source but in motion there is ghosting in the source , what would best handle the source and bring it to 24fps
Link to clip: http://www.sendspace.com/file/qeo4fz
Zack
Didée
22nd November 2008, 13:32
Link to solution: http://avisynth.org/warpenterprises/#restoreFPS
Explanation of usage: http://forum.doom9.org/showthread.php?&t=94091
zack_ind
22nd November 2008, 16:21
Thanks!
Read thru the thread , was trying the script to select phase no but gives me an error "Invalid arguments to function animate"
Script
Function phase(clip c, float phi)
{
c
RestoreFPS(24/1.001, phi) #set appropriate frame rate
#trim here if desired
a=selectevery(6,0)
b=selectevery(6,1)
c=selectevery(6,2)
d=selectevery(6,3)
e=selectevery(6,4)
f=selectevery(6,5)
stackhorizontal(a,b,c,d,e,f)
Reduceby2()
stackvertical(last, trim(1,0), trim(2,0), trim(3,0), trim(4,0), trim(5,0))
Trim(0,-1).Loop(0,1000)
subtitle(String(phi, "%f"))
}
c=DGDecode_mpeg2source("D:\test.d2v")
animate(0, 100,"phase", 0.0, 1.0)
trim(0, 100)
Guest
22nd November 2008, 16:29
Remove the c= from the front of DGDecode_MPEG2Source().
zack_ind
22nd November 2008, 17:14
I get nothing but a blank screen , no errors
Edit - Sorted
zack_ind
24th November 2008, 10:57
The script gives me a stack of 1 frame, how would i know the slid level. I tried manually changing the slid level , problem is some frames appear perfect at around 0.38 and others at 0.80.
0.38
http://www.imuploader.com/images/bqiw1rqyp87p1rfqeiep.bmp
0.80
http://www.imuploader.com/images/pky3jurs36mbo005oz7g.bmp
0.38
http://www.imuploader.com/images/kgsslw2e1n5ltofj5ylu.bmp
0.80
http://www.imuploader.com/images/1k3v2uppe205yvmbqvov.bmp
zack_ind
25th November 2008, 05:05
*bump*
ankurs
25th November 2008, 12:32
someone's trying to encode rock on eh ? ;)
zack_ind
25th November 2008, 13:43
Well not the entire movie but the songs , my son loves the music. Now that i am encoding, i might as well learn and do it right.
Guest
25th November 2008, 14:47
@zack_ind
Please do not bump threads. Every post should contain relevant and useful content.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.