Forums

Welcome Guest Search | Active Topics | Members

Media Processor - Can't load picture from file - Internal error message:'[a:4]' Options
Tblaster
Posted: Sunday, June 18, 2006 12:21:24 AM
Rank: Member
Groups: Member

Joined: 6/12/2006
Posts: 12
Points: 0
I am having some problems getting thumbnails from avi files through Media Processor. I get the following error:

Code:
COMObjectsNET.MediaProcessor.1 error 'e0000201'
Can't load picture from file: X:\Web\wwwroot\test.avi. Internal error message:'[a:4]'


Is it because the Media Processor does not cope with all the different video codecs? My test file has the following video codec:
DirectVobSub (auto-loading version)

And is it possible to have Media Processor return an error to my asp page instead of stopping the whole page?
Andrew
Posted: Sunday, June 18, 2006 7:23:48 PM

Rank: Advanced Member
Groups: Administration , Member

Joined: 8/2/2003
Posts: 708
Points: 105
First of all make sure that this codec is installed on the server. However sometimes Media Processor fails to load the file even if the codec is installed.

To process errors in ASP you need to use On Error Resume Next statement.

Code:
On Error Resume Next
' ... call necessary code

' Check whether errors occurred.
If Err   0 Then
  ' ... error occurred, handle it here.
End If

' To toggle errors back use this construction
On Error GoTo 0
' ...


Hope this helps.

Sincerely yours,
Andrew Simontsev from Aurigma Team
Tblaster
Posted: Monday, June 19, 2006 11:59:53 AM
Rank: Member
Groups: Member

Joined: 6/12/2006
Posts: 12
Points: 0
Thanks. I'll have a look at alle the codecs installed on the server, and see it the problem lies there.
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Yet Another Forum.net version 1.9.1.6 running under Cuyahoga.
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.