The title probarly explains this poorly but is there any AviSynth+ filter that can make a interlaced source 60i down to 24p but at the same time have a technique of "subtracting" the noise or wrong details out of the 60p and produce clean 24p and not just selecting a special frames in the 60p order like a normal ITVC function?
If there aint no filter like that I made a suggestion
edit: i explained it a lil better in #5
+ Reply to Thread
Results 1 to 10 of 10
-
Last edited by yoeymeme; 26th Jan 2024 at 14:28.
-
If it's telecined 24 fps source > 30i, you can use IVTC followed by decimate to recover the original 24 frames per second
-
You can't use two already developed filters, one for the IVTC (assuming you have a hard telecined film source) and the other for the noise? Is there an advantage to performing both functions in a single filter?
-
but does ITVC have a technique of making a clean total frame by using the the 30i->60p frames?
cuz in the 60p frames u see alot of doubles with its own noise and what if it could just substract the noise of the same film frames and make a clean frame in the 24p order? thats what im asking, ik about the standard 30i to 24p but is there any more advanced itvc functions that kinda works like that? I explained it better in #5Last edited by yoeymeme; 26th Jan 2024 at 13:44.
-
No im asking if theres a filter like a advanced ITVC filter that does the 30i->60p down to 24p but has a special technique, throughout the 60p frames you can notice the same film frames because its actually 24p but theres also unique noise and "wrong details" in the 60p frames (its analog video that displays 24p film), is there a filter that makes a average out of those 60p frames and outputs clean 24p frames
if I get a 30i analog film footage, apply BOB which makes it 60p, then click the arrow keys back and forth, its the same film frame but theres unique noise there in the 60p, what if the ITVC function could take those two (or 3) noisy "film still frames" into consideration and averaging them into a clean frame putting them into the 24p order
https://files.videohelp.com/u/307129/2024-01-26%2020-58-17.mkvLast edited by yoeymeme; 26th Jan 2024 at 14:31.
-
Wrong field order? If it's not that, post a section of the actual source
-
Last edited by yoeymeme; 26th Jan 2024 at 17:56.
-
No, because IVTC doesn't go to "60p" . First step in IVTC is field matching to 29.97p
When you bob to "60p", and step through frames, you are looking at resampled fields. The "changing noise" is top field and bottom field from the same frame. The matched top and bottom field actually have the same noise when matched , because they make up a single frame; ie. They are part of the same progressive frame . 2 matched fields = 1 film frame . If you were to average them, you would blend the top and bottom scanlines and no longer have a full quality frame
If you "BOB", instead of IVTC, you lose half the vertical resolution. You are using 1/2 a frame (a single field resampled to a frame) instead of full progressive frame (2 fields belonging to the same film frame) -
Yes, IVTC should be able to start with 30i (29.97i really) and go directly to 24p, without needing to pass through 60p. Doing so (to 60p) introduces errors & artifacts.
Scott -
As pdr explained, there's no 60p in the chain, and no additional noise added. An IVTC consists of, first, a field matcher to go to 30p. Then the "decimator" removes the one duplicate frame in every 5 to bring it down to 24p. And at that point you can apply your denoiser.
Similar Threads
-
64-Bit AVISynth - Any Comparable Filter for 32-bit "Chromashift"?
By Alwyn in forum RestorationReplies: 20Last Post: 4th Jul 2025, 12:48 -
getwvkeys.cc code":400,"error":true,"message":"Failed to get license: 405
By Koldunas in forum Newbie / General discussionsReplies: 0Last Post: 27th Sep 2023, 02:44 -
"24p Pulldown Removal" or "How do I know which tape is 24fps?"
By ChrisKron in forum Video ConversionReplies: 14Last Post: 7th Jan 2023, 06:52 -
DeNoise makes the video "lighter" in terms of colour
By bradwiggo in forum Video ConversionReplies: 5Last Post: 14th Mar 2021, 06:44 -
Is the filter "linear blending" existed in Avisynth?
By hintlou in forum Video ConversionReplies: 6Last Post: 11th May 2020, 22:10