bmx
bmx copied to clipboard
Library and utilities to read and write broadcasting media files. Primarily supports the MXF file format
Howdy all - Just curious if there's been any ongoing discussion around DNxHR since Thomas Gritzan did his work a few years ago ([thread](https://sourceforge.net/p/bmxlib/discussion/general/thread/fe75ace259/), [repo](https://github.com/Phygon/bmxlib-bmx/))? I'd love to make use...
https://github.com/bbc/bmx/pull/32 reminded that there are differences in VideoLineMap and the line numbers for 525-line were changed / fixed to be `{20,283}`. Check the bmx codebase to see if there are...
One of the changes made to improve compliance with RDD 44 (ProRes in MXF) was to default to the "None" signal standard for HD video that doesn't have BT709 colorimetry...
This PR ensures that the partition duration matches the value in RDD 9 2013, Table B.2 for fixed GOP sizes that divide into the partition frame counts and for compliant...
The calculation at RDD9File.cpp:112 `mPartitionInterval = 10 * frame_rate.numerator / frame_rate.denominator;` does not comply with RDD 9:2013, which says (Annex B, B.6 Table B.2) the partition length should be exactly...
Following issue reported in https://github.com/bbc/bmx/discussions/87
The platform name is used in the (human readable) MXF Identification::Platform property value. This commit keeps the existing names for known platforms defines to avoid breaking scripts that (wrongly) rely...
It appears that in MXF files created with the macOS build of bmx, the ApplicationPlatform (aka "platform") field of the Identification is `libMXF (Unknown)`. I think `libMXF (macOS)` (or similar)...
https://github.com/bbc/bmx/blob/main/docs/imf_track_files.md says that in the IMF flavour: > add the Display F2 Offset and sets it to 0 for progressive JPEG 2000 and RDD 36 video (`--display-f2-offset 0`) This was...
Hey, while working the conan recipe to integrate bmx into the offical conan recipe repository (https://github.com/conan-io/conan-center-index/pull/23955), the CI discovered a problem when trying to build as a shared library for...