dvgrab for mac
Carl Karsten <[email protected]>
| Newsgroups | gmane.comp.video.kino.devel |
|---|---|
| Message-ID | <[email protected]> |
Does anyone know what it would take to port dvgrab to the Mac?
All I need is -card N, read from dv cam, write to stdout.
This is so I can run DVswitch dvsource-dvgrab, which is really just:
/* Connect to the mixer, set that as stdout, and run dvgrab. */
int sock = create_connected_socket(mixer_host, mixer_port);
if (dup2(sock, STDOUT_FILENO) < 0)
execvp("dvgrab", dvgrab_argv);
So whatever it takes to do that on a mac, that's what I need.
--
Carl K
------------------------------------------------------------------------------