2008-10-02, 03:32 PM
reboot Wrote:I use Wizrenamerecording as the most up to date and stable (ie It works).
Renamerecording(s) just has/had too many problems.
mciarcia: You can do it in postprocessing.bat Take a look at the mencoder posts, and do a forum search for getnewname.vbs
You can then do it something like this:Right after renamerecording runs.Code:REM start transcoder process----------------------------------
REM start /min /low getnewname.vbs
REM end this is what works-----------------------------
REM Testing mencoder section------------------
REM This is the transcoding portion
REM cd "C:\Program Files\devnz\gbpvr\"
REM start /min /low mTranscode_0p0p3.vbs
REM end mencoder test section ------------------
I have been trying to find the code for the getnewname.vbs and can't find it anywhere. I've seen a couple that are more like batch files, but not vbs scripts. Sorry, can you point me in the right direction?
Thanks.