ffmpeg process creating files with wrong permissions

dptw

New Member
So I am fiddling with asp.net and ffmpeg. I downloaded this sample here: http://nolovelust.com/post/Another-Simple-C-Wrapper-For-FFmpegIt all works perfectly on my local machine, but when i publish to my hosting I get the problem that it runs but thinks forever (literally). the weird thing is that the files are created but with permission 00 (according to filezilla) I cannot do anything to them except delete them.now even weirder is that after a long time they would get permission 777 sometimes and if i downloaded them and had a look it was all correct.So basically I am pretty sure it's this file permission thing that is the issue but I start ffmpeg like so: \[code\]Process proc = System.Diagnostics.Process.Start(oInfo);\[/code\]so how can i control which filepermission ffmpeg in turn saves with??
 
Back
Top