-
Ingex currently doesn't have out-of-the-box support for wrapping j2k in MXF. There is a MXF developer library, libMXF, which could be used to create such a utility.
Philip.
2009-12-23 18:46:21 UTC in Ingex - video capture and transcoding
-
You also need to rebuild the C++ player wrapper library, ~/ap-workspace/ingex/player/IngexPlayer, and the IngexGUI, ~/ap-workspace/ingex/studio/ace-tao/Ingexgui/. I.e. rebuild ingex_player, rebuild IngexPlayer and then rebuild IngexGUI.
The IngexGUI links in the player library built in ~/ap-workspace/ingex/player/IngexPlayer. The IngexGUI is not executing the player installed in...
2009-12-10 11:40:44 UTC in Ingex - video capture and transcoding
-
I can't reproduce this problem.
Are you running the IngexGUI through ssh?
Could you try it by commenting out the XSync calls (in x11\_xv\_display\_sink.c and x11\_display\_sink.c) that were added in the last update. If that works, then try placing the XSync after the XUnlockDisplay call as follows:
XUnlockDisplay(sink->x11Common.windowInfo.display);
...
2009-12-09 18:38:31 UTC in Ingex - video capture and transcoding
-
ingex/studio/capture/nexus_web.c has been updated with a fix.
Philip.
2009-10-29 11:42:34 UTC in Ingex - video capture and transcoding
-
philipn committed patchset 614 of module ingex to the Ingex - video capture and transcoding CVS repository, changing 1 files.
2009-10-29 09:23:54 UTC in Ingex - video capture and transcoding
-
I ingested 5 minutes of MPEG-50 using Ingex, drag-and-dropped an AAF file in MC 3.0, played the material back and found no such freezing.
What happens when you playback MPEG-50 files created by Avid (and after restarting Avid)?
I remember seeing startup delays for DNxHD material, but assumed it was a result of Avid doing some initializations.
Philip.
2009-10-28 18:32:13 UTC in Ingex - video capture and transcoding
-
ingex/studio/processing/createaaf/AAFFile.cpp has been updated in the CVS. The update includes a fix for MPEG-50 (the frame size was incorrect in the AAF file) and support for MPEG-30 and MPEG-40.
Philip.
2009-10-26 12:51:53 UTC in Ingex - video capture and transcoding
-
philipn committed patchset 613 of module ingex to the Ingex - video capture and transcoding CVS repository, changing 1 files.
2009-10-26 12:45:00 UTC in Ingex - video capture and transcoding
-
philipn committed patchset 611 of module ingex to the Ingex - video capture and transcoding CVS repository, changing 20 files.
2009-10-23 09:05:21 UTC in Ingex - video capture and transcoding
-
philipn committed patchset 609 of module ingex to the Ingex - video capture and transcoding CVS repository, changing 22 files.
2009-10-22 16:37:31 UTC in Ingex - video capture and transcoding