Log in

View Full Version : MP4Box and .NET Web Service


gaurav_dm
24th June 2008, 00:59
Hi,

I am trying to invoke an MP4Box executable through a .NET Web Service. I am using the concatenation feature in the following manner: MP4Box.exe -cat file1.mp4 -cat file2.mp4 file12.mp4

I always get the following error:
"Cannot open destination file ... : I/O Error"

Does mp4box require admin rights to run? Is there a way around this problem? Please let me know.

Thanks

Kurtnoise
24th June 2008, 06:42
yes, MP4Box requires some admin privileges...

gaurav_dm
24th June 2008, 14:46
What do you mean by some? Can you elaborate in your reply?

foxyshadis
25th June 2008, 00:42
No, it doesn't require admin privs. o.O However, the web service account will require write access (both on the folder and in IIS manager).