Re: Workflow to sort and join AVID and Editcam .MXF-files
Posted: Fri May 15, 2020 11:15 am
Hey emcodem,
yes, counting and comparing to the highest number - that is what I do in my MXF-Workflow also (MXF_02__CheckMissingMultiFiles). A nice one would be a node directly after the Monitor Image-Sequence-Node that automatically does that and writes the outcome to an .JSON-Log-file.
By the way: How can I generate growing JSON-compatible files? for example, the first workflow gives
later or in another Workflow I want to add
but I have to insert "Key 3": "Value" and add a comma after "Key 2": "Value".
Maybe a JSON-Generator-Node?
I took a short look at the bins of the custom-nodes. puuh..... NodeJS... C#... Powershell... where to begin ?
so long,
all the best
tom
yes, counting and comparing to the highest number - that is what I do in my MXF-Workflow also (MXF_02__CheckMissingMultiFiles). A nice one would be a node directly after the Monitor Image-Sequence-Node that automatically does that and writes the outcome to an .JSON-Log-file.
By the way: How can I generate growing JSON-compatible files? for example, the first workflow gives
Code: Select all
{
"Key 1": "Value",
"Key 2": "Value"
}
Code: Select all
"Key 3": "Value"
Maybe a JSON-Generator-Node?
Audio-Mapping similar to the Channel-Map-Node for AviSynth. Sometimes it makes sense to have Stereo OR 2ch-mono OR 4ch-mono OR 2 Stereo-streams... I would like to see this in some other nodes too...
I took a short look at the bins of the custom-nodes. puuh..... NodeJS... C#... Powershell... where to begin ?
so long,
all the best
tom