} catch (HttpClientErrorException hcee) {
throw new ZencoderClientException(hcee.getResponseBodyAsString(), hcee);
}
ZencoderInputOutputProgress input_progress = null;
try {
input_progress = mapper.readValue(response.getBody(), ZencoderInputOutputProgress.class);
} catch (Exception e) {
throw new ZencoderClientException(