lnatan25
16th December 2009, 07:40
Not sure exactly how to search for this, so my bad for not :search:
I have a video that is 1080p30 made from a source that is 1080i60, which itself is made from a 1080p25 source. :rolleyes:
Unfortunately, I only have the 1080p30. I'd like to restore it in the best way possible to the original 1080p25.
These are the scripts that I have tried:
Load_Stdcall_plugin("C:\Program Files (x86)\AviSynth 2.5\plugins\yadif.dll")
Import("C:\Program Files (x86)\AviSynth 2.5\plugins\Srestore.avsi")
AviSource("video.avi")
yadif(mode=1, order=1).SRestore(frate=25)
and
AviSource("video.avi")
#(with or without this:)
#complementparity
bob
repal
And neither seem to give me a proper result.
Thanks in advance for any input!
I have a video that is 1080p30 made from a source that is 1080i60, which itself is made from a 1080p25 source. :rolleyes:
Unfortunately, I only have the 1080p30. I'd like to restore it in the best way possible to the original 1080p25.
These are the scripts that I have tried:
Load_Stdcall_plugin("C:\Program Files (x86)\AviSynth 2.5\plugins\yadif.dll")
Import("C:\Program Files (x86)\AviSynth 2.5\plugins\Srestore.avsi")
AviSource("video.avi")
yadif(mode=1, order=1).SRestore(frate=25)
and
AviSource("video.avi")
#(with or without this:)
#complementparity
bob
repal
And neither seem to give me a proper result.
Thanks in advance for any input!