Results 12 comments of plondino

Thanks for the analysis, very helpful. I was thinking that I could do the flattening and nesting in a `post_dump` and `pre_load`, respectively, but was getting a little tripped up...

Hi @elbayaaa I am curious how you are able to conditionally define multiple `AWS::Serverless::Api` and select between them based on issue #1470. If I have an `AWS::Serverless::Function` that uses the...

Thanks for the quick response. > Do you need the stream order per track type for your transcoder? Yes, we basically rely on MediaInfo to tell us where the physical...

> There is no explicit field for that, but we could add one for tests in MediaConch. Note that there could be more than 2 streams for an audio content...

I am basically working on exactly the above as a workaround but yes, in a future release, it would be good to have MediaInfo enumerate all physical tracks in the...

> Your encoder has not possibility to use StreamOrder ( -map 0:17 with FFmpeg) and needs a type (video, audio, text...) specific field ( - map 0:a:15 with FFmpeg), right?...

I reached out to some SMPTE folks about this. Here is the response I got: _It looks like mediainfo might be using the FrameLayout property instead of using the Essence...

It seems like the ID field uses the MXF Track ID in the source package - if the descriptor happened to be in a different order it would not match...

Also curious on the definition of StreamKindID vs StreamKindPos. For the MXF and QuickTime files I looked at, it seems that `StreamKindID = typeorder - 1` and `StreamKindPos = typeorder`,...

Thanks, adding `--ParseSpeed=1` does in fact display both caption streams. I sent you a link to the file via email. Aside from the potential bug from the partial file, is...