I've been searching high and low for a 64bit filter similar to the Delogo 32bit filter but can't find one. Does anyone know of one?
I would use VDub 32bit but that just crashes anytime I try to do a conversion with "An out-of-bounds memory access" error wheras the 64bit works fine... but I need that Delogo filter.
+ Reply to Thread
Results 1 to 20 of 20
-
-
Thanks but I'm using VirtualDub2 x64 and as far as I know I can't use Avisynth filters - well not easily anyway and I'm also using a filter chain in VDub which I believe would make that impossible. Thanks anyway.
The source code for Delogo 1.3.2 so I may look into how easy it is to recompile it for x64.... -
Have you played around with all of Windows "emulation" modes? I'm thinking of virtual XP mode from Microsoft, or opening a command line and typing: corflags "path and name of the exe" /32BITPREF32+.
-
-
-
-
-
-
I've never seen a 64 bit version. But I haven't used VirtualDub (any version) for filtering or encoding in ages. Only for checking AviSynth scripts.
I downloaded the source and managed to build the 32 bit version with a modern compiler (the filter is almost 20 years old). But I'm having troubles making a 64 bit build. I may take another look over the next few days.
This may be a problem in one of the 3rd party filters. Try removing all the filters from the plugins and plugins32 folders and see if it runs properly -- obviously, you won't have access to any filters. If VirtualDub is running properly at that point, try adding a few of the plugins and see if it still runs. Keep adding filters until you figure out which one is causing the problem.
Are you using VirtualDub or VirtualDub2? Whichever on you're using, try the other one. -
I have searched very much too
but i couldn't find because creator of this filter doesn't interest anymore with this filter.
Luckly he shared him project source files. I have tried to convert that project from 32 bit to 64 bit long time ago but i couldn't get it. But i tried one more time after years and finally i can get it convert. I have tested on VirtualDub latest relase and VirtdualDub 2 with only repair mode. I couldn't test with blend mode for alpha channel logos but i think it can work with this mode too.
As a result it works on 64 bit but it doesn't improve any proccessing fps speed. I think still same speed with 32 bit. Probably it needs some logical changes on the code and i don't know advanced level C/C++.
I share below filter file. Put in the "plugins64" for virtualdub and virtualdub 2
https://www.mediafire.com/file/gp97b5if3ei8ujf/delogo.vdf/file
I realized some settings are increase the performance of filter processing speed (for me from 13fps to 60fps, i use external encoder with cuda settings).
[Attachment 74190 - Click to enlarge]Last edited by cemal86; 5th Oct 2023 at 12:15.
-
Have you tried using VDUB2 32bit but enabling LAA (LargeAddressAware) usint included AuxSetup.exe?
That allows 32bit VDub access full 4GB instead of only 2GB. Was a lifesaver with DeShaker, and other memory hungry 32bit only plugins.
THANKS for 64bit delogo plugin (please consider renaming it to "delogo_64.vdf"), even if it's not faster; h265 compressing is hugely faster on VDub x64, so being able to move to 64bit is a huge improvement. Thanks again, it helps me a lot. Use that filter for BadPixel removal on my script for all videos on a folder processing: https://sourceforge.net/projects/virtualdub-batch-video-deshake/Last edited by isidro; 12th Nov 2022 at 09:09.
-
For what it's worth, you can run 32 bit filters within 64 bit AviSynth (and vice versa) using MP_Pipline:
http://avisynth.nl/index.php/MP_Pipeline -
I know it doesnt incrase conversion fps speed because filter still works single threat on CPU (Its seed up a couple of frames only). Filter needs re-desing on codes to make parallel proccess to multi threads but i have not knowledge on C++ much. My purpose on this 64bit support filter can work on 64bit version of virtualdub and i could get it.
-
Or just use InpaintDelogo, works in 64bit and provides better logo/spot removal.
https://forum.doom9.org/showthread.php?t=176860
https://github.com/Purfview/InpaintDelogo -
-
Yes if you chooise h264/h265 it makes slower but i use external encoder cuda h265 so cpu is completly free to use for filters and delogo uses only 1 core (thread) even if select 64bit virtual dub with 64bit delogo filter.
Similar Threads
-
virtualdub subtitle remover
By foldbck123 in forum Newbie / General discussionsReplies: 1Last Post: 21st Mar 2018, 13:12 -
JPSDR filters for VirtualDub 64bit?
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 16th Dec 2017, 11:35 -
VirtualDub and Subtitle remover
By vidblue in forum EditingReplies: 4Last Post: 17th Jul 2016, 15:29 -
Best logo remover
By Xpenguin17 in forum EditingReplies: 21Last Post: 11th Apr 2016, 00:49 -
best practices when using MSU logo remover with virtual dub
By snafubaby in forum Newbie / General discussionsReplies: 3Last Post: 31st Jan 2016, 01:22