472,374 Members | 1,602 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,374 software developers and data experts.

Converting Video with Command Line

1
I've got a line of code which will convert a video in cmd which is

videoconverter C:\test1.avi /0 /C:\out

now is it possible to use teh WScript object to open up cmd and then change directory to the video converters dir and run the above code this is what i got so far.
Expand|Select|Wrap|Line Numbers
  1. <%
  2. Dim oShell, sCommand
  3. sCommand ="cmd, cd C:\Program Files\AliveMedia\Video Converter,videoconverter C:\test1.avi /0 /C:\out"
  4. Set oShell = Server.CreateObject("WScript.Shell* ")
  5. oShell.Run sCommand, , True
  6. Set oShell = Nothing
  7. %>
Aug 28 '07 #1
0 981

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Google Mike | last post by:
Is there a Linux PHP module so that I can process web cam video with Linux PHP from multiple USB ports? (I'm working on a video surveillance idea since I found out that my office spent a whopping...
8
by: chrisdude911 | last post by:
how do i add video into a javascript web page with my own custom buttons?
13
by: anil.rita | last post by:
When the user chooses an AV file to play, based upon the type of file, I want to use the default installed media player to play it. I am wondering if this is a good way - any alternatives,...
1
by: michael | last post by:
Hello all, I have a Linksys WVC54GC network camera that I am trying to integrate into a website and to enable browsers other than IE to use. Linksys, in their ever-short-sighted ways, decided...
2
by: praskuma | last post by:
Hi I'm trying to play a video using j2me api I have the following code But for some reason the video doesnt apear on the emulator. I'm using netbeans IDE with the sun emulator. Can you...
9
by: sitko | last post by:
Hi, I'm just starting an effort of converting a couple GUI front ended apps into Command line apps. Can anyone give me the conceptual process to go about this? Public Class Form1 Inherits...
1
by: David Buckley | last post by:
Does anyone have any example code of converting any type of video to flash video at all using asp.net 2.0 c# web applications. God Bless
8
by: Oscar Arreyano | last post by:
I did a website for a friend's company where they wanted a 'downloads' section similar to standard file sharing you see all over the place. Everything works great except for video. I know there are...
1
zabsmarty
by: zabsmarty | last post by:
I need a help when, converting video file into flv and add site domain name into video, when any one play the video than the domain name display the the video when it play.
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.
0
DizelArs
by: DizelArs | last post by:
Hi all) Faced with a problem, element.click() event doesn't work in Safari browser. Tried various tricks like emulating touch event through a function: let clickEvent = new Event('click', {...
0
by: F22F35 | last post by:
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.