=== Aviberry WordPress Video Conversion Plugin === Contributors: Aviberry Tags: plugin, aviberry, media library, video responses, video blog, media, video, video gallery, transcoding, encoding Requires at least: 2.9.2 Tested up to: 3.4.1 Stable tag: 2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: http://www.aviberry.com/ Get videos for your site converted fast and easy. == Description == Forget the problems of media compatibility! Once the plugin is installed, we'll take care of converting files for your site. = Highlights = - Wide range of input and output formats - Full control of encoding parameters - Presets mobile devices - Real-time status updates - Intuitive interface - Easy implementation that takes just 3 steps and a few minutes = Input Formats = See the complete list at http://www.aviberry.com/supported_formats.html = Output Formats = See the complete list at http://www.aviberry.com/supported_formats.html = Conversion for Portable Devices = See the complete list at http://www.aviberry.com/supported_formats.html == Installation == 1. Download the plugin zip file to your local machine. 2. Go to your site administration panel (/wp-admin/plugin-install.php?tab=upload). 3. Upload and install the plugin. 4. In the WordPress admin panel activate the plugin from the Plugin menu. 5. Configure the plugin (Settings > Aviberry Plugin). == How to use plugin? == = Variant 1. Converting from Media Library = 1. Configure the WordPress plugin options, setting access parameters for Media Library. You can choose any other storage for the converted files but in that case they will not appear in Media Library. 2. Switch to Media Library and chose convert options for your files. 3. Wait until the conversion ends. 4. The converted files will be delivered to the \wp-content\uploads folder and, if the option chosen, appear in Media Library right after you refresh the web page. = Variant 2. Automatic conversion when creating a new post = 1. In the Automatic Conversion section of the plugin options, choose a preset for automatic conversion. 2. Configuring the Plugin options, choose the Media Library storage type and set the access options. 3. Create a new post or start editing an existing one. 4. Embed video (upload from a hard drive, insert from the Web or Media Library). 5. Open extra options of a video file by clicking the Show link. 6. Click the Convert with Aviberry button in the Link URL section. 7. Click the Insert into Post button. The following shortcode will be added to the post: [aviberry_conversion source_attachment_id='' conversion_id='']. Place it wherever you like in the post. 8. Save and post. 9. Wait until the conversion ends. 10. After the conversion is done, converted videos will be automatically delivered to Media Library and appear in the post instead of the shortcode. If you have turned on the player from the Plugin options, the video starts playing automatically through Aviberry player. = Variant 3. Using the Aviberry player = 1. Configure the player parameters from the Plugin options. 2. Create new or start editing an existing post. 3. Paste a softcode [aviberry_player title="My video" href="http://my_wordpress_domain/wp-content/uploads/2012/06/video.mp4" width="400" height="300" id="2"]. 4. Post. There will be video instead of the shortcode. == Screenshots == 1. To configure the Aviberry plugin, click Settings -> Aviberry Plugin on the left navigation bar. Type the Aviberry Member information and choose a File Storage type. 2. Convert files right from Media Library. Choose files, click the Convert button, choose the preset you like. 3. Click the Convert with Aviberry button, then the Insert into Post button. After you publish the post, the plugin will start conversion and embed the encoded video to your post when done. 4. If you have selected the Use Aviberry Player check box on the Aviberry Plugin pane, it would not be just a link to the encoded files in the post but the video itself embed into your entry. == Changelog == = 2.0 = * Significantly improved security * Automatic conversion when creating/editing a post added * Migrated to Aviberry API v1.1.1. * WordPress 3.4.1 support added * New presets added * RPC libraries updated * Minor bugs fixed Note! If you use shortcode [aviberry_player], make the following changes when migrating to 2.0: 1. "aviberry-player" -> "aviberry_player"; 2. "wdth" -> "width"; 3. "hight" -> "height". Examples: 1.0.6: [aviberry-player title="title" href="http://my_wordpress_domain/wp-content/uploads/2012/06/video.mp4" wdth="400" hight="300" id="2"] 2.0: [aviberry_player title="title" href="http://my_wordpress_domain/wp-content/uploads/2012/06/video.mp4" width="400" height="300" id="2"] = 1.0.6 = * Migrated to Aviberry API v1.1. * The preset list updated. * Added field to edit the host API Aviberry. * Fixed GUI bug when using ftp/S3 storages. * Minor interface improvements. = 1.0.5 = * WebM, WMV formats support added. = 1.0.4 = * Ported to WordPress 3.1. WordPress media library now may be used to store converted files. * Thumbnails added to media library for converted files. * Minor interface bugs fixed. = 1.0.3 = * Video settings are updated. = 1.0.2 = * Context help for URL fields added. = 1.0.1 = * Minor progress bar fix. = 1.0 = * New release == Upgrade Notice == = 2.0 = Significantly improved security. Automatic conversion when creating/editing a post added. New presets added.