let bit_ctl_to_string bit_ctl = match bit_ctl with | Quality x -> Printf.sprintf "quality=%d" x | Bitrate x -> Printf.sprintf "bitrate=%d" x