Menu

BMXtranswrap --prod-info

AJR_85
2015-12-04
2016-04-15
  • AJR_85

    AJR_85 - 2015-12-04

    Hi All,

    Am having difficulty with the --prod-info command in BMXtranswrap. I keep recieving an 'Invalid values 'Custom' etc. for option '--prod-info'.
    I know there are 5 variables required <cname> <pname> <ver> <verstr> <uid>, but I cannot seem to get the syntax correct. Could someone give me an example string or a pointer to what I am doing incorrectly?

    Many thanks,
    AJ

     
  • Philip de Nier

    Philip de Nier - 2015-12-04

    For example,

    bmxtranswrap --prod-info "Test Company" "Test product" 0.1.2.3.4 "Test version" 4c1c2a1f-8b08-4373-8519-038b109313c1 -o /tmp/output.mxf /tmp/input.mxf
    

    Maybe you are missing quotes?

    Philip

     
  • AJR_85

    AJR_85 - 2015-12-04

    All working now, yes was missing the quotes.

    Many thanks.

     
  • lilouk

    lilouk - 2016-04-01

    Hi,
    I'm using the latest bmxtranswrap build and I still get errors when I tried to use --prod-info

    Invalid values 'company1' etc. for option '--prod-info'

     
  • Philip de Nier

    Philip de Nier - 2016-04-01

    Does the example commandline I gave above not work?

    Philip

     
  • lilouk

    lilouk - 2016-04-15

    Hi Philip,
    the example commandline work perfect.
    Thx