Location: United States, Georgia
The audio video transcoder is a Rails plugin that takes any audio or video file and transcodes it to another format. It is very flexible and provides various configuration options for transcoding. It uses RVideo (which in turn uses ffmpeg) as its transcoding engine. The other big feature is that Audio Video Transcoder is compatible to the Attachment_fu plugin. It complements the upload feature of Attachment_fu and uploads transcoded files to S3 as well. The various transcoding options can be simply configured in the model. Also methods are provided for transcoding and uploading to S3 that can be called from the controller.
Categories: Technology