bbc / bmx

Library and utilities to read and write broadcasting media files. Primarily supports the MXF file format
BSD 3-Clause "New" or "Revised" License
57 stars 16 forks source link

Fix the command line option for ProRes 4444 XQ #68

Closed irieger closed 2 months ago

irieger commented 2 months ago

Hello,

I just played around with raw2bmx and found that there is a bug/discrepancy between the command line description and the actual parser. For ProRes 4444 XQ, the description says to use --rdd36_4444_xq while the actual parser expected --rdd36_4444_hq.

Cheers, Ingmar

philipnbbc commented 2 months ago

Good spot! Could you also keep support for the old name with a comment (e.g. something "legacy name had incorrect _hq suffix") so that existing scripts aren't broken?

irieger commented 2 months ago

Good spot! Could you also keep support for the old name with a comment (e.g. something "legacy name had incorrect _hq suffix") so that existing scripts aren't broken?

Sure, just added support for both options with a comment

philipnbbc commented 2 months ago

Good spot! Could you also keep support for the old name with a comment (e.g. something "legacy name had incorrect _hq suffix") so that existing scripts aren't broken?

Sure, just added support for both options with a comment

Thanks.