Blue_MiSfit
27th April 2022, 18:26
Hello!
I'm working on a distributed workflow to process MXF wrapped JPEG2000 video files in VapourSynth. The problem is, they're huge, and I really don't want to read down every single byte in order to build the index for ffms2.
Is there another way to open MXF files into VapourSynth? Seeking will be important (since I'll be chunking this work and distributing it across dozens or hundreds of servers).
Every other tool I've tried can seek quite happily in these type of MXF files without needing to generate an index, so hopefully there's a good solution here :)
I'm working on a distributed workflow to process MXF wrapped JPEG2000 video files in VapourSynth. The problem is, they're huge, and I really don't want to read down every single byte in order to build the index for ffms2.
Is there another way to open MXF files into VapourSynth? Seeking will be important (since I'll be chunking this work and distributing it across dozens or hundreds of servers).
Every other tool I've tried can seek quite happily in these type of MXF files without needing to generate an index, so hopefully there's a good solution here :)