so far i have successfully tested the following plugins OSX-10.9(mavericks)/64bit:
- filmGMERLIN - imageJPEG - imageMAGICK - imageSGI - imageTIFF - videoVLC
"successfull" means that the plugins are able to open the requested media (obviously depending on the actual plugin), and the colors are correct.
this means that it is *possible* to open most films (using filmGMERLIN) and webcams (using videoVLC). juhuu!
however, i do not consider these workarounds to be *replacements* for proper native plugins - filmAVFoundation (to be finished) - videoAVFoundation (to be done) - imageAVFoundation (to be done)
fgmadsr IOhannes
hey this is great!
how did you install gmerlin btw? is there a brew formula or did you install manual?
m
On Mon, Aug 4, 2014 at 8:22 AM, IOhannes m zmölnig zmoelnig@iem.at wrote:
so far i have successfully tested the following plugins OSX-10.9(mavericks)/64bit:
- filmGMERLIN
- imageJPEG
- imageMAGICK
- imageSGI
- imageTIFF
- videoVLC
"successfull" means that the plugins are able to open the requested media (obviously depending on the actual plugin), and the colors are correct.
this means that it is *possible* to open most films (using filmGMERLIN) and webcams (using videoVLC). juhuu!
however, i do not consider these workarounds to be *replacements* for proper native plugins
- filmAVFoundation (to be finished)
- videoAVFoundation (to be done)
- imageAVFoundation (to be done)
fgmadsr IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-08-04 17:59, me.grimm wrote:
hey this is great!
how did you install gmerlin btw? is there a brew formula or did you install manual?
there is no brew formula (at least, i haven't found one)
i first tried creating one myself (which should be easy enough), but soon discovered, that the last gmerlin-avdecoder release (1.2.0) is not compatible with recent ffmpeg. so i checked out the svn versions of both gavl¹ and gmerlin-avdcoder² and installed them manually.
afair, the only dependecy of gmerlin-avdecoder i directly installed was ffmpeg (with *all* optional libraries enabled), and that was via brew³.
fgmasdr IOhannes
¹ http://svn.code.sf.net/p/gmerlin/code/trunk/gavl ² http://svn.code.sf.net/p/gmerlin/code/trunk/gmerlin_avdecoder ³ brew install ffmpeg $(brew info ffmpeg | egrep "^--with-")
there is no brew formula (at least, i haven't found one)
i made one for gavl and gmerlin-avdecoder:
https://github.com/megrimm/homebrew/blob/gmerlin-gavl/Library/Formula/gavl.r... https://github.com/megrimm/homebrew/blob/gmerlin-avdecoder/Library/Formula/g...
they build for me but could also prob use some more work...
what happens if you reinstall ftgl?
yeah tried a bunch today with no luck.... not sure whats up....
Good to know. Grimm and I have been talking about getting together to
work on this in the fall.
yo.... dates soon dan! :)
m
On Tue, Aug 5, 2014 at 2:59 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-08-04 17:59, me.grimm wrote:
hey this is great!
how did you install gmerlin btw? is there a brew formula or did you install manual?
there is no brew formula (at least, i haven't found one)
i first tried creating one myself (which should be easy enough), but soon discovered, that the last gmerlin-avdecoder release (1.2.0) is not compatible with recent ffmpeg. so i checked out the svn versions of both gavl¹ and gmerlin-avdcoder² and installed them manually.
afair, the only dependecy of gmerlin-avdecoder i directly installed was ffmpeg (with *all* optional libraries enabled), and that was via brew³.
fgmasdr IOhannes
¹ http://svn.code.sf.net/p/gmerlin/code/trunk/gavl ² http://svn.code.sf.net/p/gmerlin/code/trunk/gmerlin_avdecoder ³ brew install ffmpeg $(brew info ffmpeg | egrep "^--with-")
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/
iQIcBAEBCAAGBQJT4IDGAAoJELZQGcR/ejb4lA4P/RQ3J3V6q6MwmZlmZAgWUD8K 04kNqhGCDXuuTJvFVgafENzThLG6AnGU6MBlCZsOOtcAkch2jK1Kshs/q29uPvuU 93l2ziIe8t5ISjUf4sDd9EF4cXEpmRpWYEtD7696klav715dbIYWm6+CRZ+M64/K eWDye40ztRbp+J9RTyWFMfzltIqoy5FCh5D8lu5S++Ig1tXI4V+K87VJ77aZ0bJ6 YAv9PdDM0uj7PCbORVAgnjcqq62CEO9A4/uGCM/g8PSiW3k8gGAHi/xKBk5dihIm d9X3fEUp0RhSXTE3dTwHdq1XrcMYRx8RgSp3EUMB7w9FKWosQnGdH918ul/O8wZc AdC/BZbe2tV3/u2BwBCqqKl6mZhHNA+vNHWNSlNqupEJPR1hsMhuU133Jnp/iuKg oHyvsbcPPjg2TdQpA0kmgPIcWZTJGmvizsn9ckpjNaqrmlD/J5Q76o6s9KzQ5Ozf h/S6vhpTbCAm3tz/9aPFtqnIfMlMnIR28AMhveqgD/67hGC+pbnLd06cFL7xMEpT BmT+qv7bcejXyN671rMyxt5txFWswXIJxHGxqixYc2qAjhNMrO9Jdg/rLnSiHuNK S0PMk5ERw6CFbll0Zcvg6SaLA8TxqxAKKkYNW1ix8iXv47xcp8Yfyjpp8MCKc9XC dlis4i7ZLJkqFm2o76Mi =TDZC -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev
also... step-by-step following your wiki ( https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-MacOSX-Mavericks) i still had to do:
make CPPFLAGS=`pkg-config --cflags freetype2`
to build without the error mentioned here:
https://github.com/Homebrew/homebrew/issues/31006
On Mon, Aug 4, 2014 at 8:22 AM, IOhannes m zmölnig zmoelnig@iem.at wrote:
so far i have successfully tested the following plugins OSX-10.9(mavericks)/64bit:
- filmGMERLIN
- imageJPEG
- imageMAGICK
- imageSGI
- imageTIFF
- videoVLC
"successfull" means that the plugins are able to open the requested media (obviously depending on the actual plugin), and the colors are correct.
this means that it is *possible* to open most films (using filmGMERLIN) and webcams (using videoVLC). juhuu!
however, i do not consider these workarounds to be *replacements* for proper native plugins
- filmAVFoundation (to be finished)
- videoAVFoundation (to be done)
- imageAVFoundation (to be done)
fgmadsr IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-08-04 21:21, me.grimm wrote:
also... step-by-step following your wiki ( https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-MacOSX-Mavericks)
i still had to do:
make CPPFLAGS=`pkg-config --cflags freetype2`
as mentioned before i do *not* have to do this.
what happens if you reinstall ftgl?
$ brew uninstall ftgl $ brew install ftgl
(there doesn't seem to be a "reinstall" target)
fgmasdr IOhannes
Good to know. Grimm and I have been talking about getting together to work on this in the fall.
enohp ym morf tnes -------------- Dan Wilcox danomatika.com robotcowboy.com
On Aug 4, 2014, at 8:22 AM, IOhannes m zmölnig zmoelnig@iem.at wrote:
so far i have successfully tested the following plugins OSX-10.9(mavericks)/64bit:
- filmGMERLIN
- imageJPEG
- imageMAGICK
- imageSGI
- imageTIFF
- videoVLC
"successfull" means that the plugins are able to open the requested media (obviously depending on the actual plugin), and the colors are correct.
this means that it is *possible* to open most films (using filmGMERLIN) and webcams (using videoVLC). juhuu!
however, i do not consider these workarounds to be *replacements* for proper native plugins
- filmAVFoundation (to be finished)
- videoAVFoundation (to be done)
- imageAVFoundation (to be done)
fgmadsr IOhannes
yeah this would be great to do. dans code is a really good start but it does not work and I lack the skills (as of now) to figure out whats going on and fix. have any time to take a look johannes? i could use it in classes in a couple weeks from now if so. right now im still using pd-x which crashes often and has some driver incompatibilities on newer mac os's/macs....
i would be happy to test/help etc. if you have any time to look? im also assuming you have a osx development vm?
cheers m
On Thu, Feb 12, 2015 at 2:16 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 08/05/2014 02:46 PM, Dan Wilcox wrote:
Good to know. Grimm and I have been talking about getting together to
work on this in the fall.
any news on this?
:-)
gfadsr IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev