+ Reply to Thread
Results 1 to 18 of 18
-
-
There nothing unusual about that at all. It's a standard field blended NTSC to PAL conversion. As Sharc points out, use a smart bob followed by SRestore. I think the frame rate should be 23.976 though.
-
Thanks to both, I will try what you suggest
-
Code:
LWLibavVideoSource("spots_beg_ufo_sIII1c_amtv_v2_cut.avi") AssumeTFF() QTGMC() SRestore()
-
@jagabo: which QTGMC and sRestore are you using?
When I use:
Code:# loading source: C:\Users\Selur\Desktop\spots_beg_ufo_sIII1c_amtv_v2_cut.avi LWLibavVideoSource("C:\Users\Selur\Desktop\SPOTS_~1.AVI") AssumeTFF() QTGMC() srestore() return last
I suspect that something is wrong with my QTGMC or sRestore version.
(probably QTGMC)
(I attached the versions of the script that I used here.)
Cu SelurLast edited by Selur; 6th Oct 2022 at 10:16.
users currently on my ignore list: deadrats, Stears555 -
Last edited by lollo; 6th Oct 2022 at 11:21.
-
I have QTGMC v3.375 and Srestore v2.796. But I tried using the versions Selur uploaded and got the same result as my earlier upload.
Keep in mind that SRestore may take a while to lock into the clear/blend pattern. If you just seek around in an editor it may not give clean results. Seek about 30 frames back and step forward frame by frame until you get to the frame you want to check. -
QTGMC produced 2 or 3 back/forth jerks and few residual ghosts. That's why i suggested yadifmod2 as the bobber, which did solve the issue here. Don't know why yadifmod2 behaved better.
My QTGMC is 3.382s and SRestore is 2.795. -
-
Last edited by Sharc; 6th Oct 2022 at 14:18.
-
Keep in mind that SRestore may take a while to lock into the clear/blend pattern. If you just seek around in an editor it may not give clean results. Seek about 30 frames back and step forward frame by frame until you get to the frame you want to check.users currently on my ignore list: deadrats, Stears555
-
okay, that did it for me in Avisynth.
Thanks jagabo for the hint, the temporary visualization of the script with VirtualDub is not accurate. A good lesson for the future.
[Attachment 67114 - Click to enlarge] -
This same hint applies to quite a few other AVISynth filters.
It gets even more complicated if you use any sort of AVISynth multi-threading (different versions of AVISynth do this differently). In some cases I cannot do any seeking and have to disable all multi-threading in order to test the scripts. Then, the only way some scripts will work correctly is if they are started at frame 0, and then only go forward from that point. -
This same hint applies to quite a few other AVISynth filters.
if you use any sort of AVISynth multi-threading -
Hmm,... seems like adding a
Preroll(Int(last.FrameRate()))users currently on my ignore list: deadrats, Stears555
Similar Threads
-
Ghost on analog capture
By lollo in forum RestorationReplies: 33Last Post: 3rd Jun 2022, 00:40 -
Thoughts on these analog capture cards
By Knightmessenger in forum Capturing and VCRReplies: 7Last Post: 31st Mar 2022, 15:58 -
What analog capture card would be ideal for my needs?
By ArianK in forum Capturing and VCRReplies: 30Last Post: 22nd Feb 2020, 11:43 -
Analog Capture Issue
By JohntheInquisitive in forum Capturing and VCRReplies: 7Last Post: 21st Jan 2020, 01:40 -
The Best Easy Way to Capture Analog Video
By digicube in forum Capturing and VCRReplies: 22Last Post: 16th Jul 2019, 06:48