Search found 88 matches

by leadedge
Sat Mar 12, 2016 13:44
Forum: Problems? Bugs? Solutions!
Topic: Recording using Spout
Replies: 6
Views: 9590

Re: Recording using Spout

Yes the problem here is that DirectShow filters operate using CPU memory. It doesn't matter so much for a typical webcam, but at the resolutions you are wanting it is a huge difference from GPU texture processing. I will have to look at OBS once more. From what I remember it was CPU based processing...
by leadedge
Sat Mar 12, 2016 13:05
Forum: Problems? Bugs? Solutions!
Topic: Recording using Spout
Replies: 6
Views: 9590

Re: Recording using Spout

Hey thanks Joris. I owe you a beer some time. But t13swift, the Spout source you are referring to for OBS is "SpoutCam" which is a DirectShow filter and unfortunately 32bit only, so it won't show up in a 64bit application. So if it works for you at 32bit then that is all good. It might not...
by leadedge
Thu Mar 03, 2016 09:12
Forum: New Features
Topic: gif support
Replies: 29
Views: 65056

Re: gif support

Hi everyone. yes Joris is right about timing. There are all sorts of gotchas. But I think this is possible in a plugin, not with GIF but with animated PNG. This gives advantages including transparency. In theory you would disassemble the png using libraries that are available, transfer the pixel dat...
by leadedge
Thu Jan 07, 2016 03:57
Forum: Developers Developers Developers
Topic: Freebie New Year Countdown
Replies: 11
Views: 29634

Re: Freebie New Year Countdown

Yes the dll dependency is a strange one. Arena certainly complains until the dlls are put in the same folder. I am not sure why. Just to check, I removed them and the missing dll messages come back. I have the same problem with dlls required for openframeworks. Maybe the path to the dlls is set some...
by leadedge
Tue Jan 05, 2016 14:56
Forum: Developers Developers Developers
Topic: Freebie New Year Countdown
Replies: 11
Views: 29634

Re: Freebie New Year Countdown

OK I will try to reproduce the problem and look at what is in these folders. It isn't that things are erased but that a new installation on top of an old one came up with no media in the cells. Also a useful folder for Freeframe plugins is "Program Files\Common Files\Freeframe" which is th...
by leadedge
Sun Jan 03, 2016 08:13
Forum: Developers Developers Developers
Topic: Freebie New Year Countdown
Replies: 11
Views: 29634

Re: Freebie New Year Countdown

A few things showed up with this, so I will see if they can be resolved within the plugin. First I needed to copy all the dll files in the "code\windows64" sub-folder to the location of Arena.exe. The caption was being used to display fps, so the plugin could not find the sketch window. Re...
by leadedge
Wed Dec 30, 2015 15:17
Forum: Developers Developers Developers
Topic: Freebie New Year Countdown
Replies: 11
Views: 29634

Re: Freebie New Year Countdown

This is excellent work. I think I will start it up and let it count down.. I had not considered the presets folder before, so thanks for that Joris. But maybe I might mention something here. I have had trouble installing on top of another installation i.e. an "upgrade" and all the media is...
by leadedge
Tue Dec 29, 2015 09:05
Forum: Developers Developers Developers
Topic: DLNA, Miracast
Replies: 3
Views: 7662

Re: DLNA, Miracast

I just tried it here with server/client on the same machine and it works OK. If you see the TCPSyphon server in the Client, then it will have a name. If you are using Arena 5.0.0 or 5.0.1 you should see that name listed in the "Sources - Spout" tab at right. Drag that to an empty cell and ...
by leadedge
Tue Dec 15, 2015 13:03
Forum: Problems? Bugs? Solutions!
Topic: Loading Sources/Registration
Replies: 3
Views: 4801

Re: Loading Sources/Registration

Not sure of the registration details, but with SpoutController there was a delay due to the way the sketch loaded and it interrupted GUI messages. This could be the problem you see. This has now been resolved and while there is a "wait" icon while the sketch loads, Resolume GUI messages ar...
by leadedge
Mon Dec 14, 2015 13:34
Forum: Problems? Bugs? Solutions!
Topic: Full screen from menu selection
Replies: 4
Views: 16953

Re: Full screen from menu selection

OK Joris. Esc just makes it worse for me. If I hit Esc nothing happens. Then ctrl-shift-1/ctrl-shift-d doesn't work either, until I click once on the screen. Then an arrow cursor appears and ctrl-shift-1/ctrl-shift-d is necessary again. Hope that helps when you get round to this.