Hi. I'm having trouble making my mind up if this is a true case of 'motion every two fields'. I've applied assumetff and assumebff but some of the frames seem very 'wavy'. I'd be obliged to anyone willing to have a look and tell me what needs to be in my avisynth script. Thanks!
+ Reply to Thread
Results 1 to 11 of 11
-
-
Vielen Dank.
Would you include .tdecimate() after tfm(order=-1)?Last edited by pooksahib; 4th Aug 2021 at 08:13.
-
Since TFM only matches the fields (does not delete the duplicates), TDecimate afterwards is vital for 23.976 fps output.
-
-
telecine = 3:2 pull down -> https://en.wikipedia.org/wiki/Three-two_pull_down
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Hello again. I've re-scripted this DVD to include "tfm(order=-1).tdecimate()". The trouble is, I can't edit the movie because the script seems to be ignoring my instructions regarding frame numbers. For example, my request for "trim(87888,90000)" gave me a clip beginning with frame 109860(!)
Does anyone recognise this problem and can tell me how to fix it? I'm using MeGUI. Thank you. -
That's correct. IVTC removes every 5th frame in the average, the resulting clip will contain only 4/5 of the original frames. After restoring the originally progressive movie, the former frame 109860 will appear at frame 109860*4/5 = 87888 because 21976 frames have been discarded before already.
To cut in respect of IVTC, you will have to count frames as they appear after TDecimate(), and you should apply the Trim() after it because cutting multiple times may confuse the field pattern and disturb the IVTC process when applied before TFM().
PS: It may even work to enable IVTC in DGDecode / MPEG2Source by selecting the matching option in DGIndex.exe so you may even omit TIVTC when it works this way. But never forget to set this option back for the next project... -
OK, thanks for that. Problem solved, though. I was editing by looking at the frame numbers indicated by 'showframenumber()' but now I see that MeGUI's preview shows the true frame number. And by calling showframenumber AFTER tfm, everything's back to normal.
Last edited by pooksahib; 8th Aug 2021 at 06:37.
Similar Threads
-
need help to download youtube vid (IMD, youtube-dl, streamlink not working)
By olli66 in forum Video Streaming DownloadingReplies: 6Last Post: 30th May 2022, 08:31 -
power supply needed for Big Voodoo TBC- what type, where to buy?
By GetSmartGuy in forum Newbie / General discussionsReplies: 1Last Post: 25th Jan 2021, 14:29 -
Audio out of sync, how to determine delay needed.
By mattstan in forum Authoring (DVD)Replies: 9Last Post: 23rd Dec 2019, 02:26 -
M3u8 channels not working in Samsoung smart tv but working in vlc player
By alaasl3 in forum Video Streaming DownloadingReplies: 18Last Post: 15th Apr 2019, 03:47 -
How to Determine Original DVD Frame Rate & Frame Type
By lomaidala in forum Video ConversionReplies: 30Last Post: 3rd Jul 2017, 07:42