Easily Convert H264 to MPEG at Encoding.com
Encoding.com supports a host of file formats within the H264 and .mpeg containers. Check out our up to the minute support list for what’s available: http://www.encoding.com/formatsupport/#h264 Through our web uploader, you can push individual files directly to our encoding platform from your local disk, FTP, S3 or Rackspace location. Alternately, you can select a watch folder on your FTP, S3 or Rackspace location to be polled at the time interval of your choice to encode files. Select ‘Encoding Options’ and select ‘Add Task.’ Use the pulldown menu to select the mpeg flavor of your choice. That’s it! You’re ready to use Encoding.com’s platform to compress your videos. H.264, short for H.264/MPEG-4 AVC, is a standard for video compression and is poised to become the next standard for format of convergence in the digital video industry now supported by Google / YouTube, Adobe, and Apple iTunes. It contains a number of features that enable it to compress video much more effectively than previous standards, and provides more flexibility for applications across a wide variety of network environments from low bit-rate Internet streaming to HDTV broadcast and Digital Cinema applications with nearly lossless coding. Audio Video Interleave, known as AVI, is a multimedia container format created by Microsoft in 1992. AVI files contain both audio and video data and support synchronous audio-with-video playback. An AVI container can support virtually any compression scheme including Full Frame (uncompressed), Intel Real Time (Indeo), Cinepak, Motion JPEG, Real Video, MPEG-4 and others.
<?xml version="1.0"?> <query> <format> <output>mp4</output> <size>320x240</size> <bitrate>256k</bitrate> <audio_bitrate>64k</audio_bitrate> <audio_channels_number>2</audio_channels_number> <keep_aspect_ratio>yes</keep_aspect_ratio> <video_codec>mpeg4</video_codec> <profile>main</profile> <VCodecParameters>no</VCodecParameters> <audio_codec>libfaac</audio_codec> <two_pass>no</two_pass> <cbr>no</cbr> <deinterlacing>no</deinterlacing> <keyframe>300</keyframe> <audio_volume>100</audio_volume> <file_extension>mp4</file_extension> <hint>no</hint> </format> </query>
MPEG2:
<?xml version="1.0"?> <query> <format> <output>mpeg2</output> <size>320x240</size> <bitrate>256k</bitrate> <audio_bitrate>256k</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>mpeg2video</video_codec> <profile>baseline</profile> <VCodecParameters>no</VCodecParameters> <audio_codec>mp2</audio_codec> <two_pass>no</two_pass> <cbr>no</cbr> <deinterlacing>no</deinterlacing> <keyframe>15</keyframe> <audio_volume>100</audio_volume> <file_extension>mpg</file_extension> <bframes>2</bframes> <gop>cgop</gop> </format> </query>