Hello frnd's...
Can anyone say how to pass arguments for ffmpeg .exe in asp.net.When i use this
" ffmpeg -i D:\Source.wmv -s 480*360 -deinterlace -ab 32 -r 15 -ar 22050 -ac 1 + D:\Source.flv"
argument in command line in dos prompt its working fine.But when i use this in asp.net by passing arguments using System.Diagonistic;
Process ffmpeg;
"ffmpeg.StartInfo.Arguments ="-i "+ D:\\Source.wmv+"-s 480*360 -deinterlace -ab 32 -r 15 -ar 22050 -ac 1 " +D:\\ Source.flv; "
Its not converting my wmv file to flv.Can anyone debug and give me a proper solution for this still im in too choas...(huh)..and surfing for three days....
Awating for ur reply Experts....
Tks in Adv....
Caleb05....