Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#22 | Link |
Registered User
Join Date: Dec 2012
Posts: 65
|
I can't get it to work
![]() Avisynth+ 3.7.0 x64 | ExactDedup 0.07.Beta01 Code:
setmemorymax(8192) SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE) ffms2("lossless - 01.mkv",cache=false) ExactDedup(firstpass=true, dupinfo="dupinfo.txt", times="times.txt", maxdupcount=20, keeplastframe=false, Show=false) Prefetch(8)
__________________
Ryzen 2700x | ASUS ROG Strix GTX 1080 Ti | 16 Gb DDR4
Windows 10 x64 20H2 KD-55XE9005 | Edifier R2800 |
![]() |
![]() |
![]() |
#24 | Link | |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,571
|
Quote:
Dont use Prefetch, dont follow with any other filter when firstpass==true. Cant offhand remember why.
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
|
![]() |
![]() |
![]() |
#26 | Link |
Registered User
Join Date: Oct 2011
Location: Dans le nord
Posts: 62
|
His there a way to replace deleted frames with interpolated frames?
Edit: Nevermind found a really recent solution https://forum.doom9.org/showthread.p...ight=filldrops Last edited by Blankmedia; 29th October 2021 at 14:15. |
![]() |
![]() |
![]() |
#27 | Link |
Registered User
Join Date: Mar 2018
Posts: 3
|
I don't know why but it doesn't remove right frames for me...
so I edit dumpinfo with my frames to remove, but how can I get these kinds of timecodes "166.833333333" ? Mkvextract give me v2 like this: "166" or is it possible to have timecodes for every frames with ExactDedup? [I have to get the timecodes of all the frames and delete the ones I don't need ] Last edited by goal1664; 21st November 2021 at 17:15. |
![]() |
![]() |
![]() |
#28 | Link | |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,571
|
Quote:
Those very precise time codes would require double precision floating point, not do-able from script. Suggest simple dupe detector based on Ydifference threshold to create frames list and then use RejectRanges(). Maybe see here [Methods for Duplicate Frame Detection & Deletion in Scripts]:- https://forum.doom9.org/showthread.php?t=182156 custom frame dropping:- https://forum.doom9.org/showthread.php?t=155683 RejectRanges:- https://forum.doom9.org/showthread.p...es#post1683559
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 21st November 2021 at 18:54. |
|
![]() |
![]() |
![]() |
#29 | Link |
Registered User
Join Date: Mar 2018
Posts: 3
|
Many thanks for the immediate response and suggestions, yes I understood that this is for other purposes, I just hoped to be able to get around the problem creatively, since with other automatic detection filters I have not been able and the only way seems to be to insert the pattern manually (or frame list) ... however I'll do a separate thread because I'm having a lot of headaches with this file.
Last edited by goal1664; 22nd November 2021 at 11:34. |
![]() |
![]() |
![]() |
Tags |
dedup |
Thread Tools | Search this Thread |
Display Modes | |
|
|