let string_of_mode = function | CBR -> "vbr=\"none\"" | VBR b -> Printf.sprintf "vbr=%S" (if b then "constrained" else "unconstrained")