Search found 19 matches

by hwahlberg
Mon Aug 14, 2017 11:25 pm
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi. I have not had much spare time lately, so as you may see on the file-dates it was some time ago I extended ExoticPan width zoom, and after getting past the initial asm/obj project additions, it was actually prety simple. There is a not yet implemented feature and a couple of small bugs, but apar...
by hwahlberg
Wed Jun 14, 2017 5:43 am
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi Donald.
I already attempted setting the Has Safe Exception Handlers to No.
That brings me back to having the " asm_resize_nearest" and a bunch of others to be undefined.
I think it's already linked, so it related to he call model prefixing.

I'll dig deeper.

Best regards Henrik,
by hwahlberg
Tue Jun 13, 2017 3:02 pm
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi Donald. I don't have VS2013, but can get that from MSDN, although I doubt that helps. VS2012 reads the .sln and the .vcxproj. When compiling if mentions that no <PlatformToolset>v120</PlatformToolset> exists. (That is VS2013) Changing this to <PlatformToolset>v110</PlatformToolset> satisfies this...
by hwahlberg
Tue Jun 13, 2017 2:13 am
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi Donald. Trying to include your ZOOM filter I ran into some compile issues. Not entirely sure which compiler you used, I attempted to upgrade solution file to VS2008 and VS2012 without luck. I was hoping to learn some settings from there, but that did not succeed :-( (I have included the project f...
by hwahlberg
Thu Apr 27, 2017 3:33 pm
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi.
Found yet another bug when reloading a script, again relating to my code refactor.
I have been using this version for a while, and think it's stable now.
I'm working on including dynamic zoom within the same code.
ExoticPan 1.2.07.zip
(84.25 KiB) Downloaded 782 times
ExoticPan 1.2.07 Src.zip
(109.59 KiB) Downloaded 795 times
Best regards, Henrik.
by hwahlberg
Sun Feb 19, 2017 1:49 pm
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi again.

Did some refactoring some 10 checkin's ago. (in preparation to implement a class holding the offset for each point) In that I introduced a bug.
It's fixed in this upload.


Best regards Henrik.
by hwahlberg
Thu Feb 16, 2017 3:32 pm
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi Again. Been a while, but I have fixed the problem width the keyboard interface (distinguishing key up and down) I have also changed the "Debug" feature, so it now keeps within the same frame size. Zoom out instead. I think this is an OK version, please feel free to post it on you DL page. Best re...
by hwahlberg
Tue Dec 20, 2016 10:48 am
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi. Thank you for the hints on keyboard hooking. I have a fairly good working version of ExoticPan now. I have not yet figured out how to distinguish on key up and key down, so sample is reacting on both travel directions. On the movement buttons, a/s/d/w it really don't matter much especially now t...
by hwahlberg
Sun Dec 04, 2016 11:50 pm
Forum: VirtualDub Filters
Topic: interactive filters - keystrokes - preview
Replies: 9
Views: 24894

Re: interactive filters - keystrokes - preview

Hi.
Sorry, seems like I only read first page of the "64 bit deflicker" thread.
Need to read rest of that, and see if I can locate the "Remove Frame" filter mentioned by jpsdr from his github.

I'll return :-)

Regards Henrik.
by hwahlberg
Sun Dec 04, 2016 11:24 pm
Forum: VirtualDub Filters
Topic: interactive filters - keystrokes - preview
Replies: 9
Views: 24894

Re: interactive filters - keystrokes - preview

Hi Donald. Not sure I could see the connection between the link you posted and my question on adding / removing frames. VD itself can do that through the "Video frame rate control" dialog. If you have a 25 FPS movie, and input 50 in the "Convert to FPS" field, then every frame is doubled. In the VDu...
by hwahlberg
Tue Sep 20, 2016 10:37 am
Forum: VirtualDub Filters
Topic: interactive filters - keystrokes - preview
Replies: 9
Views: 24894

Re: interactive filters - keystrokes - preview

Hi Donald. For now i have used basics ideas of your example to send focus back to the preview every time i press a button. (half hour fix) That seems to work. In the meantime i have been reading up on how to install a windows hook ex on the preview windows and thereby steal the keystrokes really mea...
by hwahlberg
Wed Aug 31, 2016 4:28 pm
Forum: VirtualDub Filters
Topic: interactive filters - keystrokes - preview
Replies: 9
Views: 24894

Re: interactive filters - keystrokes - preview

Hi.
Thanks a lot.
I'll try to incorporate it into the code.
Probably I'd need to add a timer to move focus back to the dialog if you have been moving the slider in the preview, after checking preview's really is in front still).

Regards Henrik.
by hwahlberg
Tue Aug 30, 2016 5:55 pm
Forum: VirtualDub Filters
Topic: interactive filters - keystrokes - preview
Replies: 9
Views: 24894

interactive filters - keystrokes - preview

Hi. I have made ExoticPan a bit more interactive, but it annoys me that I cant control the whole show with the keyboard. It was my plan to keyboard enable the exotic pan settings dialog, so it could be controlled with keystrokes only, but i ran into a problem with window focus. Arrow keys together w...
by hwahlberg
Tue Aug 30, 2016 11:24 am
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi. Thanks. I have some plugin development questions (e.g. moving keyboard focus back to preview window, (after key press or by a timer)) But as far as I can see the dev forum at virtualdub.org is closed. (but may have been that for a while, though, think I discussed exoticpan there, around a year a...
by hwahlberg
Mon Aug 29, 2016 12:21 pm
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi.

I have tested this one thoroughly, and found no hiccups.
ExoticPan 1.2.2.zip
Exotic pan vdf and help files.
(84.61 KiB) Downloaded 761 times
ExoticPan 1.2.2 Src.zip
Source for plugin and help files
(108.01 KiB) Downloaded 796 times
Hope you find time to place it one the DL page.

Best ragards Henrik.
by hwahlberg
Wed Aug 10, 2016 1:19 am
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi. Sure. I just discovered the area of code I fixed fails in the opposite situation. :-( (When you add the filter, the area is not properly centered. Not a big problem, but could be confusing to some) I'll come back with a fix shortly, and this time test i a bit better. Sorry. Best regards - Henrik.
by hwahlberg
Tue Aug 09, 2016 8:54 am
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

Hi Sorry, but I have included an annoying "load" bug in the previous upload. (If you save definitions, they will appear lost when you come back and load them again, until you insert a new definition) So I'm including 1.2.1, fully compatible with the 1.2 i uploaded some days ago. Again sorry. Best re...
by hwahlberg
Sun Jul 17, 2016 4:04 pm
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Re: Exotic Pan

To those interested.

I have redone the interface and feel I have made the filter very much simpler and faster to use.
Exotic Pan Filter.jpg
The new interface
I have include 1.2 of ExoticPan (bin and src)

best regards Henrik.
by hwahlberg
Mon Sep 29, 2014 4:25 pm
Forum: VirtualDub Filters
Topic: Exotic Pan
Replies: 24
Views: 52114

Exotic Pan

To those interested,, I have fixed a bug, so it saves and restores parameters. I have changed the 3 digit output frame limit, it should now allow up to 4K. I have changed the red frame drawn in debug mode, so it's visible even if you scale down the output frame to 33% I have added some convenience b...