Forum Replies Created
-
AuthorPosts
-
bangnoise
KeymasterI think I responded to your issue on GitHub about this – just want to add that recording to Hap may not be the best idea, if you can avoid it, because Hap is not particularly fast to encode so you will usually drop frames. If your workflow allows it, you’ll probably get better results by recording to an intermediate format and then transcode to Hap afterwards.
I definitely see the use of more options for controlling Syphon Recorder – might think about adding AppleScript and/or OSC controls in a future version.
bangnoise
KeymasterDoes Syphon Recorder show the GrandVJ server in the menu, but show no video, or doesn’t it show up at all? Share a screenshot of Syphon Recorder with GrandVJ open if you’re not sure.
bangnoise
KeymasterBy “syphon” do you mean Syphon Recorder, or some other Syphon plugin/application?
bangnoise
KeymasterThat release (14) introduced a new issue which could cause the check for new versions to fail – if you’ve downloaded 14, grab the update from http://syphon.v002.info/recorder/
Sorry about that.
bangnoise
KeymasterThere’s a new version fixing 10.11 issues at http://syphon.v002.info/recorder/
It would be good to hear if it solves yr problems.
-
This reply was modified 4 years, 9 months ago by
bangnoise. Reason: link to release
bangnoise
KeymasterThere is example code as part of Syphon for Processing. You will see it selects the JOGL profile – Syphon doesn’t yet support OpenGL 3+.
void settings() { size(480, 340, P3D); PJOGL.profile = 1; }
bangnoise
KeymasterThe key combination to start/stop recording (cmd-alt-r) is recognised even when Recorder is in the background.
bangnoise
KeymasterIf you use the search box you’ll see the answer I’ve given before is to suggest something like MidiStroke, which generates keystrokes in response to MIDI notes.
bangnoise
KeymasterI don’t know why, and I don’t have Serato Video installed. Have you contacted Serato to ask about this?
bangnoise
KeymasterI don’t entirely understand your problem (apart from an excess of love), but it sounds like you should contact Serato for support for their product.
I’m not sure what you’re using Simple Client/Server for in this. They aren’t required for sending from Serato Video to Arena (they are just simple demo apps).
bangnoise
KeymasterI don’t know. That isn’t really a Syphon Recorder question. If you can’t play the codec you’re recording with, use an alternative codec. If you need to use Apple Intermediate Codec for some reason, then use a player which can play it (such as QuickTime Player 7).
bangnoise
KeymasterWhat codec is selected in the Preferences? If it is Apple Intermediate Codec, and you’re on 10.11 and don’t have the Pro Video Formats codecs installed from Apple, then QuickTime Player X won’t be able to play it. Try using one of the ProRes 422 codecs.
bangnoise
KeymasterThanks for the report – something does seem to be awry on 10.11. I’ll take a look at it. Recorder is closed source – for better or worse 😉
bangnoise
KeymasterThanks for the sample code – super useful to others I expect.
bangnoise
KeymasterRecording to a hard drive or SSD?
bangnoise
KeymasterYou’re probably best opening an issue on the project – https://github.com/Syphon/Unity3D/issues
bangnoise
Keymasterbangnoise
KeymasterIf you follow the link to the issue I posted above, you will see the answer… (yes).
bangnoise
KeymasterIf you want to send FROM Modul8 TO MadMapper, then you need a server in Modul8, not a client. Servers send to clients.
I really can’t remember if or how that was possible with earlier Modul8 – I suggest google, or the garagecube forum.
bangnoise
KeymasterWhat file do you mean? What are you trying to do?
The Syphon plugin for Quartz Composer ships with an example file called “Syphon Client.qtz” https://github.com/Syphon/Quartz-Composer/releases/latest
-
This reply was modified 4 years, 9 months ago by
-
AuthorPosts