pub fn encode_from_dbn<R: BufRead>(
    decoder: DynDecoder<'_, R>,
    args: &Args
) -> Result<()>