Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove Duplicate Frames
#11
(2015-06-28, 02:19 AM)spoRv Wrote: I think it's easier to use something like:

Code:
avisource("filename.avi")
TDecimate(cycleR=1,cycle=16)

if this doesn't remove the right duplicate frame, but another one, you could make this:

Code:
clip=avisource("filename.avi")
N=0
blk=BlankClip(length=N, width=clip.width, height=clip.height, fps=clip.framerate, color=$000000)
blk+clip
TDecimate(cycleR=1,cycle=16)

Of course you should give N the right number, to let the proper duplicate frame to be deleted.

Different path to get the same result!

I'm pretty sure TDecimate uses detection, so it will make no difference if you add a series of blank frames to the start of the video. The manual method takes away the detection aspect. This may not be needed in this case, but it is good to know how to do it because sometimes you'll come across sources that are best handled using a manual decimation method instead of relying on software detection.
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to convert 50p (25p) to 23.976 with Dupe Frames? PDB 6 2,555 2021-08-13, 02:39 PM
Last Post: PDB
  How to remove every 25th dupe frame from h264 video Plissken1138 8 5,556 2019-03-31, 12:04 AM
Last Post: Chewtobacca
  [Help] 25fps PAL video mastered at 24fps with dupe frames SpaceBlackKnight 3 3,816 2019-03-26, 03:59 AM
Last Post: SpaceBlackKnight
  please help me i can't remove that kamihikouki 23 22,380 2017-05-12, 07:26 AM
Last Post: kamihikouki

Forum Jump:


Users browsing this thread: 1 Guest(s)