Hi, I've a PAL DVD that it seems to have 1 double frame every 24 frames.
I've tried this command:
TDecimate(Cycle=24, CycleR=1)
But it is not correct, what command and parameters should I use with this 1m sample?
https://www.dropbox.com/s/9lbk0rysvgbeto7/A1_t00%20-%20sample.mkv?dl=0
edit: adding "Mode=7", somehow makes the sync correct, anyway it does not delete the duplicates but others.
+ Reply to Thread
Results 1 to 9 of 9
-
Last edited by maudit; 5th Nov 2023 at 13:03.
-
If the repeated frame is always in the same place, you can use SelectEvery instead.
users currently on my ignore list: deadrats, Stears555, marcorocchini -
thx, but I've already tried 25,1 and I don't see duplicates, but the sync with the BD is lost. about 145 frames.
I now upload a new sample starting from the begin.
https://www.dropbox.com/s/ag80qenbq9e0wb5/A1_t00_track1_%5Bsample%5D.mkv?dl=0Last edited by maudit; 5th Nov 2023 at 17:55.
-
TDecimate(cycler=1, cycle=25) gives you 24/1 FPS . If your BD 24/1 FPS , or 24000/ 1001 (ie. "23.976") ?
-
yes I see it gives 24p, anyway
I've noticed the DVD is labeled as CUSTOM, so I think the audio has been probably manipulated.
The DVD has no ENG audio, chapters every 10min, and first of all, If I mux the audio with the BD(24000/1001), it matches.
I don't even understand how, as the VOB is at 25fps.
I have no idea from where the audio come from, maybe from a VHS or DVB, but it's the only one I have.
so, sorry for the useless thread, I will mux it as it is even if the DVD audio is crap.Last edited by maudit; 5th Nov 2023 at 20:24.
-
SelectEvery(which parameters)?Code:
SelectEvery(clip, 25, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24)
see: http://avisynth.nl/index.php/Select#SelectEvery
=> you need to adjust the call to leave out the frames it should remove. (like I wrote this only makes sense if it's a fixed pattern)users currently on my ignore list: deadrats, Stears555, marcorocchini -
Why would you expect the DVD and BD to match? In my experience that's rarely the case. Different speeds, different cuts, different studio logos, etc.
By the way, TDecimate() and SelectEvery() change the frame rate to compensate for the number of frames removed. So the running time is the same as the original.
Similar Threads
-
Film vignetting Avisynth fix?
By lordsmurf in forum Newbie / General discussionsReplies: 22Last Post: 12th Aug 2023, 10:51 -
How to decimate extra frames with Avisynth?
By elektro in forum Newbie / General discussionsReplies: 3Last Post: 2nd Oct 2022, 19:55 -
Avisynth script for "Decimate/Restore->23.976" only
By theholmboy in forum Video ConversionReplies: 2Last Post: 3rd Aug 2021, 14:12 -
How do I fix these 3 Problems in Avisynth?
By geordie10 in forum RestorationReplies: 0Last Post: 21st Jul 2019, 04:11 -
How to fix bad VOB aspect ratio?
By EricBalir in forum Newbie / General discussionsReplies: 20Last Post: 16th Jun 2019, 09:07