Page 1 of 2

AVI opens box then closes??????

Posted: Thu Feb 03, 2011 3:01 am
by Yamaha285
when i go to try to record i click my run recorder and the box opens but closes and dosnet open the screen in windowed like my old one please help me i need this option to work properly

Re: AVI opens box then closes??????

Posted: Sun Feb 06, 2011 11:45 pm
by Yamaha285
can anyone help with this??????

Re: AVI opens box then closes??????

Posted: Mon Feb 07, 2011 4:25 am
by jlv
Run it from a command prompt so you can see the error message.

Re: AVI opens box then closes??????

Posted: Mon Feb 07, 2011 2:28 pm
by Yamaha285
k ive heard of comand prompts but dont know how to do it

Re: AVI opens box then closes??????

Posted: Mon Feb 07, 2011 2:50 pm
by Yamaha285
k well i googled how to do it for windows 7 it said click start menu/all programs/accessories/comand prompt and click it. then it says click start again and in the search bar type cmd then hit enter then hold shift and right click and search for program to run comand prompt in but i couldnt get it to search for my file. like i held shift and right clicked and got what you get when you just click on the desktop

Re: AVI opens box then closes??????

Posted: Tue Feb 08, 2011 1:10 am
by jlv
Once you have the command prompt open, cd to the location you unzipped the scripts (e.g. type "cd c:\Users\mylogin\mjpeg4mxsim") and run it by typing the name of the script and pressing enter.

Another option would be to add a line that consists of "pause" at the end of the bat file.

Re: AVI opens box then closes??????

Posted: Tue Feb 08, 2011 2:13 am
by Yamaha285
it says that it cannot be found when i type that and hit enter

Re: AVI opens box then closes??????

Posted: Tue Feb 08, 2011 2:17 am
by jlv
Did you substitute the location you unzipped the scripts for "c:\Users\mylogin\mjpeg4mxsim"?

Re: AVI opens box then closes??????

Posted: Tue Feb 08, 2011 3:05 am
by Yamaha285
really im not sure when the command prompt is open i typed that and hit enter i guess i just dont know how to get it to run in the location i need.

Re: AVI opens box then closes??????

Posted: Tue Feb 08, 2011 4:11 am
by jlv
Where have you put the scripts? You need to type "cd" followed by that location.

Re: AVI opens box then closes??????

Posted: Tue Feb 08, 2011 6:15 pm
by Yamaha285
scripts are in my personal folder the mjpeg4mxsim with all the things in there and when i typed the location i got this "is not recognized as a internal or external command, operable program or batch file.

Re: AVI opens box then closes??????

Posted: Wed Feb 09, 2011 12:10 am
by jlv
Try it one folder at a time -

cd C:\
cd Users
cd whatever_your_username_is
cd AppData
cd Local
cd "MX Simulator"
cd mjpeg4mxsim
mxavi.bat

It might be easier to add "pause" to the end of the script.

Re: AVI opens box then closes??????

Posted: Wed Feb 09, 2011 2:38 am
by Yamaha285
This is what i got following that







Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\chris>cd mjped4mxsim
The system cannot find the path specified.

C:\Users\chris>mjpeg4mxsimcd
'mjpeg4mxsimcd' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\chris>C:\cd
'C:\cd' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\chris>cd C:\

C:\>cd users

C:\Users>cd chris

C:\Users\chris>cd appdata

C:\Users\chris\AppData>cd local

C:\Users\chris\AppData\Local>cd mx simulator

C:\Users\chris\AppData\Local\MX Simulator>cd mjpeg4mxsim

C:\Users\chris\AppData\Local\MX Simulator\mjpeg4mxsim>mxavi.bat

C:\Users\chris\AppData\Local\MX Simulator\mjpeg4mxsim>path C:\Program Files\Comm
on Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Micro
soft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technolo
gies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared;c:\Program F
iles\MX Simulator

C:\Users\chris\AppData\Local\MX Simulator\mjpeg4mxsim>mx --record-audio a-stereo
-88320.ub --record-video --lock-fps 30 --width 640 --height 480 | ppmtoy4m -F
30:1 -S 420jpeg | yuv2lav -o v.avi -f a
'mx' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\chris\AppData\Local\MX Simulator\mjpeg4mxsim>

Re: AVI opens box then closes??????

Posted: Wed Feb 09, 2011 4:54 am
by jlv
It can't find mx.exe. Change the first line of the script to this:

path %PATH%;c:\Program Files (x86)\MX Simulator

If mx.exe is located somewhere besides "c:\Program Files (x86)\MX Simulator", use that location instead.

Re: AVI opens box then closes??????

Posted: Wed Feb 09, 2011 6:36 pm
by Yamaha285
k so know im kinda confused whats the script im changing and where is it in the command prompt screen???