How get hidden hud on when recording with jlv's rec. scripts

Post your questions here
Post Reply
MotoRockstar777
Posts: 547
Joined: Wed May 19, 2010 10:49 pm
Team: Privateer
Location: United States

How get hidden hud on when recording with jlv's rec. scripts

Post 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.
jlv
Site Admin
Posts: 15119
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: How get hidden hud on when recording with jlv's rec. scripts

Post 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
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
MotoRockstar777
Posts: 547
Joined: Wed May 19, 2010 10:49 pm
Team: Privateer
Location: United States

Re: How get hidden hud on when recording with jlv's rec. scripts

Post by MotoRockstar777 »

oh ok thanks
Maczust63
Posts: 619
Joined: Sun Jan 08, 2012 10:12 am
Team: Chicken Wings & Beer
Location: ON, Canada
Contact:

Re: How get hidden hud on when recording with jlv's rec. scr

Post 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.
jlv
Site Admin
Posts: 15119
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: How get hidden hud on when recording with jlv's rec. scr

Post by jlv »

I'd recommend using the ffmpeg script instead of the mjpegtools script. Add --hidden-hud as described in my previous post.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
goudbeekie
Crushed Dissenter
Posts: 1560
Joined: Mon Dec 26, 2011 11:16 am
Team: TattlerMX Honda
Location: Netherlands

Re: How get hidden hud on when recording with jlv's rec. scr

Post 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
jlv
Site Admin
Posts: 15119
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: How get hidden hud on when recording with jlv's rec. scr

Post by jlv »

Edit the bat file in notepad.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
goudbeekie
Crushed Dissenter
Posts: 1560
Joined: Mon Dec 26, 2011 11:16 am
Team: TattlerMX Honda
Location: Netherlands

Re: How get hidden hud on when recording with jlv's rec. scr

Post by goudbeekie »

jlv wrote:Edit the bat file in notepad.
thanks jvl :)
Post Reply