ASP.NET Video & Audio Encoder Error Codes section will provide list of error codes and detail which may be arised or returned by script due to failing processing of video or audio in any stage of processing. These error code may be arised in the following scenarios.
| Error Code | Description |
|---|---|
| 0 | All processing successfully completed |
| 1000 | FFMPEG Path Invalid. You must provide complete ffmpeg.exe path via FfmpegPath property. |
| 1001 | FlvTool Path Invalid. You must provide complete flvtool2.exe path via FlvToolPath property. |
| 1002 | MP4Box Path Invalid. You must provide complete mp4box path via Mp4BoxPath property. |
| 1003 | Source Video Path Invalid. Make sure SourcePath and SourceFileName properties set properly. |
| 1004 | Published Video Directory Path Invalid. Make sure PublishedPath property properly point published media file directory. |
| 1005 | Video Thumb Directory Invalid. Make sure ThumbsDirectory property properly point video thumb directory. |
| 1006 | Grabbing thumbs from video failed. |
| 1007 | Unhandled exception occured while processing media file. |
| 1008 | Invalid cloud storage settings. Please make sure you provide proper cloud storage settings including access key, secret key, bucket information etc. |
| 1009 | Media files (videos, audio and thumbs) failed to transfer to cloud storage. |
| 1010 | Failed to set meta information to mp4 video. |
| 100 - 150 | General video publishing error (see detail) |