I want command line convertoer for WMV format throw sql stored procedures
-
Hi everyone, I am developing one web application using C#.Net. I want to add facility for up loading the video file. When user upload video at that time I WANT TO CONVERT IT INTO WMV FORMAT for that I am using WMcmd.vbs command line WMV converter my complete line is EXEC master..xp_cmdshell 'CScript.exe D:\setup\WMCmd_20070322\WMCmd.vbs D:\Tarun\project\1.avi D:\Tarun\project\144.wmv -v_mode 1 -v_bitrate 500000 -v_keydist 30 -v_buffer 10000 -v_quality 100 -v_preproc 5 -v_width 320 -v_height 240' I am trying to run it into sql server and it gives message that Query executed successfully. but on system tray it will display one message like "Microsoft (R) Console Based Script Host stopped working and was closed". So how can I execute this procedure to convert any format's file to another format's file. from command line only. or suggest me the another WMV converter which can convert movie clip to wmv format from command line. It's very urgent pls if u can then help me. Thanks. TarDuk - A Memory Beyond The Life.
-
Hi everyone, I am developing one web application using C#.Net. I want to add facility for up loading the video file. When user upload video at that time I WANT TO CONVERT IT INTO WMV FORMAT for that I am using WMcmd.vbs command line WMV converter my complete line is EXEC master..xp_cmdshell 'CScript.exe D:\setup\WMCmd_20070322\WMCmd.vbs D:\Tarun\project\1.avi D:\Tarun\project\144.wmv -v_mode 1 -v_bitrate 500000 -v_keydist 30 -v_buffer 10000 -v_quality 100 -v_preproc 5 -v_width 320 -v_height 240' I am trying to run it into sql server and it gives message that Query executed successfully. but on system tray it will display one message like "Microsoft (R) Console Based Script Host stopped working and was closed". So how can I execute this procedure to convert any format's file to another format's file. from command line only. or suggest me the another WMV converter which can convert movie clip to wmv format from command line. It's very urgent pls if u can then help me. Thanks. TarDuk - A Memory Beyond The Life.
Has anything been written to the event log to indicate what the error might be? Also, have you tried running the command directly to ensure that the format is 100% correct?
Deja View - the feeling that you've seen this post before.
-
Has anything been written to the event log to indicate what the error might be? Also, have you tried running the command directly to ensure that the format is 100% correct?
Deja View - the feeling that you've seen this post before.
the problem is with vista security i guess i will work well with server 2003. I checked it but it all fine.
-
the problem is with vista security i guess i will work well with server 2003. I checked it but it all fine.
Aah. Vista Security. Preventing you from doing anything. At all. Ever.
Deja View - the feeling that you've seen this post before.