Page 1 of 1
How get hidden hud on when recording with jlv's rec. scripts
Posted: Thu Aug 12, 2010 11:26 pm
by MotoRockstar777
Ok i have the hidden hud on when im racing then i save the demo. Then i go record with jlv's recording scripts and the hud is on. I think i need to edit the path of the mxavi file to the desktop mx simulator shortcut. Here is what the file says path %PATH%;c:\Program Files (x86)\MX Simulator. What do i need to type in to get it to open the desktop shortcut so hidden hud will be on when i record.
Re: How get hidden hud on when recording with jlv's rec. scripts
Posted: Thu Aug 12, 2010 11:54 pm
by jlv
You have to add it to the script:
path %PATH%;c:\Program Files\MX Simulator
mx --hidden-hud --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
Re: How get hidden hud on when recording with jlv's rec. scripts
Posted: Fri Aug 13, 2010 12:19 am
by MotoRockstar777
oh ok thanks
Re: How get hidden hud on when recording with jlv's rec. scr
Posted: Wed Feb 08, 2012 3:04 pm
by Maczust63
sorry but how do you add this like this
"C:\Program Files (x86)\MX Simulator\mx.exe"mx --hidden-hud --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
not sure that's right ? plz help thanks.
Re: How get hidden hud on when recording with jlv's rec. scr
Posted: Thu Feb 09, 2012 1:02 am
by jlv
I'd recommend using the
ffmpeg script instead of the mjpegtools script. Add --hidden-hud as described in my previous post.
Re: How get hidden hud on when recording with jlv's rec. scr
Posted: Thu Nov 22, 2012 4:01 pm
by goudbeekie
jlv wrote:You have to add it to the script:
path %PATH%;c:\Program Files\MX Simulator
mx --hidden-hud --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
Where do i need to add this? Sorry maybe it's a stupid question, but i don't understand it really good :p
Re: How get hidden hud on when recording with jlv's rec. scr
Posted: Thu Nov 22, 2012 8:46 pm
by jlv
Edit the bat file in notepad.
Re: How get hidden hud on when recording with jlv's rec. scr
Posted: Fri Nov 23, 2012 5:09 pm
by goudbeekie
jlv wrote:Edit the bat file in notepad.
thanks jvl
