Hi team,
When making a call "$zencoder->jobs->create()", I get an exception "Services_Zencoder_HttpException". Looking into the sources, removing the following line from the Http.php will resolve the issue.
CURLOPT_INFILESIZE => -1,
Would you be able to check this?