maj icon indicating copy to clipboard operation
maj copied to clipboard

Media Authoring with Java API - for MXF, AAF, IMF and Reg-XML

Results 14 maj issues
Sort by recently updated
recently updated
newest added

Moved DeltaEntry and IndexEntry registryInterfaceMapping calls to before call to Warehouse.registerTypes (as they were not getting run) This bug manifests when there is a non-empty slice offset property in the...

I am using the fixed version of this code in the Portal media fork, which has some recent activity. Unfortunately I cannot raise issues there.

``` Info: Possible unsafe setting of property Preface.DescriptiveSchemes due to a java.lang.NoSuchMethodException: tv.amwa.maj.model.impl.PrefaceImpl.initializeDescriptiveSchemes() When making a dynamic preface, adding null type for property 'CompositionPackage:Clip effects'. Could not retrieve a value...

I'm trying to generate AAF files to check in into AVID Interplay, I have a sample file and want to analyse the structure of that file. But when I execute...

Is there a currently a way to convert a `MaterialPackage` object to a `.aaf` file. The AAF does not require and embedded essence data and only needs to metadata to...

I have JSON data appearing like { "videoFile":"https://drive.google.com/open?id=1yDiew9tq7p7Ro-nPFExHJn_iV5c8ZXfc", "recordings":[ { "cueOut" : 1.8599773242630386, "cueIn" : 0, "end" : 1.8599773242630386, "start" : 0, "file" : "https://drive.google.com/open?id=18WI6VjwA_WhUuT6KOWx4cBEeRML-5Fjx" }, { "cueOut" : 1.8599773242630386,...

Hi java version: ``` java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode) ``` maven version: ``` Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;...

Hi, Took code from you example in README file: ``` package com.ilanaaf; import tv.amwa.maj.io.aaf.AAFFactory; import tv.amwa.maj.iface.Preface; import tv.amwa.maj.extensions.avid.AvidFactory; import tv.amwa.maj.model.Preface; import java.io.IOException; public class Main { public static void main(String[]...

Hi java version: ``` java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode) ``` maven version: ``` Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;...

As some apps may make lazy AAFs, would it be possible to have some kind of 'non strict' mode when reading AAFs? For instance trying to read the preface of...