Check and see if the host is reachable. Can you reach another host? Check connection status and retry.
Knowledge Base
Find your answers here.
Find your answers here.
Check and see if the host is reachable. Can you reach another host? Check connection status and retry.
This error occurs when the task hangs at the encoding stage, and its execution time tops the estimated time by (n) seconds (the value can vary).
The frame size you specified is too large. Please choose a smaller frame size and resubmit.
This maybe attributed to incorrect parameters such as bit_rate, rate, width or height . The specified parameters such as bitrate, audio sampling rate or audio channels number are not allowed for the specified codec. Also, often this error appears when specified bitrate is too low.
Some audio codecs (e.g. AAC or MPEG-Layer-3) have their own limitation for options values. When you leave these options blank in your API request, encoding.com will get them from the source file, and not always their set will be correct for particular codec. So, it's better to always set audio codec parameters explicitly.
It means that unknown or unsupported video/audio codec is specified. See API docs.
Left (Right, Top, Bottom) crop size must be a multiple of 2
Incorrect frame size – Error specifying size, e.g. 0x240: Please specify a frame size.
Some DRM specifications require locked GOP sizes that ignore scene changes. Our API can set an H.264 keyframe interval, and boost the scene change threshold high enough to achieve this. Example for 24 fps: <format> <output>mp4 </output> <video_codec>libx264 </video_codec> <framerate>24</framerate> <keyframe>24</keyframe> <video_codec_parameters> <sc_threshold>1999999999</sc_threshold> <keyint_min>23</keyint_min> </video_codec_parameters> </format>
You have tried to decode a video format that encoder does not understand. Try again with one of our supported formats. http://www.encoding.com/wdocs/SourceFileFormats