On 06/04/2014 01:09 PM, Clarkson, Matt wrote: > Hi there, > > Quick query: Why does the Movie Maker plugin only run on Windows? > (I havent looked at the code yet). > > Are their any plans to make it Linux/Mac compatible? > Or, roughly how much effort would it be to make it Linux/Mac compatible? > > Thanks > > Matt > Hi Matt,
I think there is a problem with the instatiation code in mitk::MovieGenerator [1], probably it was never implemented completely. Apart from the (reliable) Win32 based movie generator there is now also an OpenCV based one in Modules/OpenCVVideoSupport/mitkMovieGeneratorOpenCV.h , however I don't know how good that works. You could try to replace the instantiation in [1] and if the OpenCV version works for you we could try to fix the dynamic instantion work correctly. Best, Marco [1]: http://mitk.org/git/?p=MITK.git;a=blob;f=Modules/AlgorithmsExt/mitkMovieGenerator.cpp;h=5c5791f119dd7895e67763c14c52232bfaac74c3;hb=97966adfcf5ae7242d70c8a4de7ae521f982f8f6#l48 > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users > -- ---------------------------------------------------------------------- Dipl.-Inform. Med. Marco Nolden Deutsches Krebsforschungszentrum (German Cancer Research Center) Div. Medical & Biological Informatics Tel: (+49) 6221-42 2325 Im Neuenheimer Feld 280 Fax: (+49) 6221-42 2345 D-69120 Heidelberg eMail: [email protected] ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
