This is a Coldfusion implementation for the Zencoder API (http://www.zencoder.com). This version is based on the existing but not maintained project by Todd Schlomer (http://zencoder.riaforge.org/)
Since Todd Schlomer's Version 1.0.0 (April 9, 2011 5:53 AM) you'll get the following changes/enhancements
- Default changed to Zencoder API Version 2: https://app.zencoder.com/api/v2. However, if you like to use API version 1 please use https://app.zencoder.com/api
- Method for getting output details for a transcoded Zencoder job (please note: available only in API version 2 or greater)
- reloacted to Zencoder.cfc to keep your calling template clean
- new Options added for: size, device_profile, h264_profile, h264_level, h264_reference_frames, parallel_upload_limit, decoder_bitrate_cap, decoder_buffer_size, one_pass, audio_constant_bitrate, upscale, aspect_mode
- Options added for: strictMode (https://app.zencoder.com/docs/api/encoding/general-output-settings/strict), privateMode (https://app.zencoder.com/docs/api/encoding/job/private), pass_through (https://app.zencoder.com/docs/api/encoding/job/pass-through), mocked jobs (https://app.zencoder.com/docs/api/encoding/job/mock)
- Component added for watermark(s) support via Zencoder API. You can create Watermarks dynamically