Log in

View Full Version : Importing/opening MXF files


morsa
16th September 2006, 14:23
Is it logical to add support for it?

MXF seems to be spreading all over the video arena, so I thought it could be reasonable to start thinking about it.

http://www.freemxf.org/

sh0dan
16th September 2006, 19:10
Since it's a container format, the logical way to implement it would be to have it as a directshow splitter filter, and therefore read it through DSS.

chaynik
4th October 2009, 05:33
Has there been any progress in the last couple years regarding MXF? Would be interesting to see what's changed...

Would DirectShowSource really be a good way of adding support for it? I always thought DSS was the last resort, hence DGIndex/MPEG2Source being used so widely versus loading an MPEG via DSS+mpeg2 splitter+directshow decoder.