WebM VP8 codec

WebM is an audio-video format designed to provide a royalty-free, open video compression format for use with HTML5 video.  A WebM file consists of VP8 video and Vorbis audio streams, in a container format.  

 

If you're interested in using Encoding.com's platform to create WebM files from your source content, there's a number of ways to achieve that using the options listed below.
 
+ Use our web UI, located @ http://www.encoding.com/login, to designate an Amazon S3, Rackspace CloudFiles or FTP site to use as your watchfolder. Turn an entire folder of content into WebM files. All you have to do is select 'Add Task' and apply the WebM preset from the dropdown menu in the watchfolder UI. 
 
+ Upload a single piece of media with our 'Add Media' feature in the web UI. Select 'Add Task' and apply a WebM preset to your encoding workflow from the dropdown menu.  As with watchfolders, 'Add Media' can source from Amazon S3, Rackspace CloudFiles, FTP sites or your local drive / network.
 
+ Implement our powerful API to submit source content and create WebM files in a snap. Complete API documentation here
 
Don't forget to take a peek at our sample XML template for WebM creation.
<?xml version="1.0"?>
<query>
    <format>
        <output>webm</output>
        <size>320x240</size>
        <bitrate>256k</bitrate>
        <audio_bitrate>64k</audio_bitrate>
        <audio_sample_rate>44100</audio_sample_rate>
        <audio_channels_number>2</audio_channels_number>
        <keep_aspect_ratio>yes</keep_aspect_ratio>
        <video_codec>libvpx</video_codec>
        <profile>baseline</profile>
        <VCodecParameters>no</VCodecParameters>
        <audio_codec>libvorbis</audio_codec>
        <two_pass>no</two_pass>
        <cbr>no</cbr>
        <deinterlacing>no</deinterlacing>
        <keyframe>300</keyframe>
        <audio_volume>100</audio_volume>
        <preset>6</preset>
        <file_extension>webm</file_extension>
        <acbr>no</acbr>
    </format>
</query>
1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 4.00 out of 5)
Loading...

edchelp