2014-03-24, 12:30 AM
I created a postprocessing.bat file and put the single command in the file as follows:
"C:\Program Files\NPVR\imageGrabLite.exe" --oid %3 --rename
However, after a recording finishes, nothing happens.
So I tried running the command from the command line and I get the following error:
C:\Program Files\NPVR>imagegrablite --oid %3 --rename
Unhandled Exception: System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt32(String value)
at imageGrab.Program.Main(String[] args)
Can anyone please help me work out what is going wrong?
My path setups are pretty standard and it is a 32bit windows pc.
"C:\Program Files\NPVR\imageGrabLite.exe" --oid %3 --rename
However, after a recording finishes, nothing happens.
So I tried running the command from the command line and I get the following error:
C:\Program Files\NPVR>imagegrablite --oid %3 --rename
Unhandled Exception: System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt32(String value)
at imageGrab.Program.Main(String[] args)
Can anyone please help me work out what is going wrong?
My path setups are pretty standard and it is a 32bit windows pc.