prev/next

Output Type

How can I delete my custom presets in the web GUI?

Presets exist for an unlimited amount of time. You can delete them easily, as well. Just select the preset you wish to delete, and click the small grey X to the right of the selected preset name in the dropdown box, after it's selected. You'll receive a confirmation dialogue box once the operation is complete.

Presets exist for an unlimited amount of time. You can delete them easily, as well. Just select the preset you wish to delete, and click the small grey X to the right of the selected preset name in the dropdown box, after it's selected. You'll receive a confirmation dialogue box once the operation is complete.

<-- Hide
tools: email  |  print  |  share  |  click to rate (rated 1 time):
  • BlinkList
  • Del.icio.us
  • Digg
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • MySpace
  • Newsvine
  • Reddit
  • Sphinn
  • Technorati
  • Twitter

Correct MIME types for serving video files

We test video playback on a variety of devices, from Mac and Windows PCs, to all the various mobile phone platforms available today. One critical issue that comes up often is that the hosting server has not set the MIME types for the video type. A typical error message for this would be "unknown application/octet-stream". Here is a list

 More -->

We test video playback on a variety of devices, from Mac and Windows PCs, to all the various mobile phone platforms available today. One critical issue that comes up often is that the hosting server has not set the MIME types for the video type. A typical error message for this would be "unknown application/octet-stream". Here is a list of many common formats we encounter.


Video Type Extension MIME Type
Flash .flv video/x-flv
MPEG-4 .mp4 video/mp4
iPhone Index .m3u8 application/x-mpegURL
iPhone Segment .ts video/MP2T
3GP Mobile .3gp video/3gpp
QuickTime .mov video/quicktime
A/V Interleave .avi video/x-msvideo
Windows Media .wmv video/x-ms-wmv

IMPORTANT: You will need to configure your ftp server to these MIME types for them to be properly recognized by their respective playback devices.

<-- Hide
tools: email  |  print  |  share  |  click to rate (rated 6 times):
  • BlinkList
  • Del.icio.us
  • Digg
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • MySpace
  • Newsvine
  • Reddit
  • Sphinn
  • Technorati
  • Twitter

iPhone streaming creating TAR file on output

With TAR output is set to OFF, and should see .m3u8 pointers and .ts segment files populate your output directory. The trick is correctly formatting the output filepath. You have to make sure your output filepath has a filename WITHOUT a 3-character file extension. I had this same problem because I either defined only the output directory, or had

 More -->

With TAR output is set to OFF, and should see .m3u8 pointers and .ts segment files populate your output directory. The trick is correctly formatting the output filepath. You have to make sure your output filepath has a filename WITHOUT a 3-character file extension. I had this same problem because I either defined only the output directory, or had an output filename with .m3u on it. In both cases that will force a TAR output even if you have set it to off. SAMPLES: To get your segments, a correct output filepath should look something like this: http://yourbucket.s3.amazonaws.com/iphonetest/outputfilename ftp://username:password@ftp.yourserver.net/iphonetest/outputfilename

<-- Hide
tools: email  |  print  |  share  |  click to rate (rated 2 times):
  • BlinkList
  • Del.icio.us
  • Digg
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • MySpace
  • Newsvine
  • Reddit
  • Sphinn
  • Technorati
  • Twitter

Understanding bitrates in video files

We often field questions from customers about how the bitrate relates to both quality and the total size of the file. This can confusing to people new to encoding, so I'll try to cover the key points here. Generally the higher the bitrate the higher the image quality of the video output. Modern codecs like H.264 will look noticeably better

 More -->

We often field questions from customers about how the bitrate relates to both quality and the total size of the file. This can confusing to people new to encoding, so I'll try to cover the key points here. Generally the higher the bitrate the higher the image quality of the video output. Modern codecs like H.264 will look noticeably better at the same bitrate vs. older codecs like H.263, and variable bitrate (VBR) will look better than constant bitrate (CBR) in most applications. Keep in mind, there are 8 bits in a byte. So 1 megabyte per second would be 8 megabits per second (mbps). For reference, HD Blu-ray video is generally around 20mbps, standard definition DVD around 6mbps, high-quality web video about 2 mbps, and video for phones in the kilobit range (kbps). Here is the math from testing VP6 output for a video with a duration of 93 seconds: On2 Flix VP6 = 2,080 kbytes x 8 = 16,640 kbits / 93 secs = 179 kbits/sec ffmpeg VP6 = 3,051 kbytes x 8 = 24,408 kbits / 93 secs = 262 kbits/sec But for everyday use, there are a few different tools for detecting bitrate and codecs: MediaInfo is a nice basic tool for quickly seeing all the stats on a video file. http://mediainfo.sourceforge.net/en For MacOS, you can use the Inspector window in QuickTime Player. I strongly recommend having the Perian codec pack to read non-native codecs. http://www.perian.org/ For analyzing Blu-ray Discs, see BDInfo for Windows http://www.cinemasquid.com/blu-ray/tools/bdinfo/

<-- Hide
tools: email  |  print  |  share  |  click to rate (rated 7 times):
  • BlinkList
  • Del.icio.us
  • Digg
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • MySpace
  • Newsvine
  • Reddit
  • Sphinn
  • Technorati
  • Twitter

What output encoded media formats are supported?

Encoding.com can encode your media into the following formats: wmv (asf) | mp4 | flv | mov Also you can use our ready-to-use sets of formats/sizes/parameters for: Flash 9 | 3GP | Ipod/Iphone | Apple TV | PSP | Zune
Encoding.com can encode your media into the following formats: wmv (asf) | mp4 | flv | mov Also you can use our ready-to-use sets of formats/sizes/parameters for: Flash 9 | 3GP | Ipod/Iphone | Apple TV | PSP | Zune <-- Hide
tools: email  |  print  |  share  |  click to rate (rated 11 times):
  • BlinkList
  • Del.icio.us
  • Digg
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • MySpace
  • Newsvine
  • Reddit
  • Sphinn
  • Technorati
  • Twitter

How are my videos being encoded if only part of the video size was specified in the request?

When you specify the encoded video size to be 320x0, the resulting width is calculated based on the source aspect ratio. You will need to know what the exact frame size of your resulting video in order to enter the parameters you wish to keep. First, you can find out the source media aspect ratio. Just send a GetMediaInfo API  More -->
When you specify the encoded video size to be 320x0, the resulting width is calculated based on the source aspect ratio. You will need to know what the exact frame size of your resulting video in order to enter the parameters you wish to keep. First, you can find out the source media aspect ratio. Just send a GetMediaInfo API request, and locate property. If it is not present, just calculate the ratio from the frame size ( property) dividing width by height. Let's now calculate result frame height. Divide the resulting width by the obtained ratio, round it to nearest integer, and then, if it is not even, add 1. For example if source ratio is 1.333 (4:3). 320/1.333 = 240.06 In this case, the height will be 240. For the source ratio 1.777 (16:9): 320/1.777 = 180.07. Therefore, the height will be 180. <-- Hide
tools: email  |  print  |  share  |  click to rate (rated 1 time):
  • BlinkList
  • Del.icio.us
  • Digg
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • MySpace
  • Newsvine
  • Reddit
  • Sphinn
  • Technorati
  • Twitter