Error Codes

ASP.NET Video Converter Error Codes

ASP.NET Video Converter returns an Error code if video processing failed due to any reason. Error code provides information on why the video failed to process. You can find detailed descriptions of these error codes on this page.

If you face issues that are not mentioned here please immediately report them to us. We appreciate reporting errors and bug reports as this helps us to improve our product more and more.

Error Codes
  • 100 --> ffmpeg.exe path is incorrect or not found, please make sure that you download and put a complete folder of FFmpeg on the root of your web application.
  • 101 --> Source video path is incorrect or not found.
  • 102 --> Destination directory path is incorrect or not found.
  • 104 -->Unknown options or video -> Main Reasons -> "Unknown format, Unsupported codec, Unknown encoder"
  • 105 --> No such file or directory found.
  • 106 --> Error occurred while opening codecs.
  • 107 --> Video processing failed, main reason "Unknown Encoder".
  • 108 --> Watermark image not found. in case of posting watermark on video.
  • 109 --> Source video extension not found. the variable sending through filename must have a valid video extension. e.g FileName = sample.mpg, not sample.
  • 110 --> Can't process the current request.
  • 111 --> Invalid video format - format not supported
  • 112 --> Thumb directory not found
  • 113 --> Flvtool2.exe not found
  • 114 --> Custom FFmpeg command not supplied
  • 115 --> Unrecognized option, most used while using static build instead of shared build
  • 116 --> Could not open source video, occurs while replacing old video with the newly encoded video
  • 117 --> Permission denied, occurs in case of setting Meta Information for FLV videos.
  • 118 --> Video codec is not compatible with the encoded video format.
  • 119 --> Error while retrieving audio information from the video. It arises while parsing audio data returned from the video.
  • 120 --> Error while retrieving video information from the video. It arises while parsing video data returned from the video.
  • 121 --> General video processing or video information processing error. Occurs while processing video and can't detect by a normal parsing script. Its warning message, still video will be encoded properly and information to be retrieved properly.
  • 122 --> Total time of all clips plus clip time exceeds from original video time. Returned while splitting the video into many clips.
  • 123 - > You must setup time transition between two thumbs while capturing multiple thumbs as 1,2,3,4,5,6,7,8,9,10,20 seconds.
  • 124 - > your thumb settings exceed from available video duration, make sure that the thumb starting position + no of thumbs * transition time not exceed the total duration of the video in seconds.
  • 125 - > Bad parameter set, please verify all parameters that you set.
  • 127 - > Video encoded successfully but failed to add meta information.
  • 128 - > Error while opening output stream. Maybe incorrect parameters such as bit_rate, rate, width, or height.
  • 129 - > Media Handler Pro component license expired.
  • 130 - > Incorrect Parameters (when some parameters are provided invalid with media type).
  • 131 - > Unknown video format.
  • 132 - > Unknown video encoder.
  • 133 - > Unknown codec.
  • 134 - > incorrect parameters
  • 135 - > vhook information invalid, maybe space in the watermark image path, or watermark.dll path.
  • 136 - > vhook / watermark.dll path invalid. make sure that you use a shared FFmpeg build with vhook support.
  • 137 - > space not allowed in the watermark image path.
  • 138 - > Join Video: Please specify filenames.
  • 139 - > Join Video: Input file path validation failed, please make sure that all joining clips/files must be located in the input path directory.
  • 140 - > Must specify output media type (This.OutputExtension).
  • 141 - > Output File Name must specifiy, e.g "sample.avi" or "sample", extension will skip if specified.
  • 142 - > Join Video: Failed to create temp mpg files for attaching videos.
  • 143 - > Join Video: Must contain two or more clips.
  • 144 - > preset file: ffpreset file not found
  • 145 - > Unable to parse value -/ undefined constant or missing value. occurs mostly while sending custom parameters through _obj.Parameters property
  • 146 - > Incorrect codec parameters e.g creating .gif file from .avi file.