2007-01-01, 04:52 PM
I customized my postprocessing.bat script to behave differently based on the channel it is recording. However when I run the script to test it it keeps launching WMP.
Any help is very much appreciated:
Everything works when I remove the "start /low /wait" but that doesn't make sense to me. Am I doing something wrong?
Any help is very much appreciated:
Code:
:channel300
start /low /wait "c:\program files\mplayer\mencoder.exe" %1 -ovc xvid -xvidencopts bitrate=900:me_quality=6:chroma_me:noqpel:chroma_opt:vhq=4:bvhq=1:trellis:hq_ac:gmc:quant_type=mpeg:max_key_interval=240 -oac mp3lame -lameopts mode=2:cbr:br=128 -vf filmdint,softskip,scale=512:384,hqdn3d=3:2:3:3 -ofps 24000/1001 -o "D:\VideoArchive\TV\My Show\%~n1.avi"
echo Running 300 transcode >>postprocessing.log
goto eof
Everything works when I remove the "start /low /wait" but that doesn't make sense to me. Am I doing something wrong?
[SIZE="1"]Main HTPC - ASUS M2NPV-VM Athlon 4200+ X2 1 GIG DDR2-667 500 GIG of HD space Hauppauge PVR-150 PCI Hauppauge DVB-S-Plus GBPVR 99.12 VFD/LCD (Still working on it)
Client HTPC - Athlon 2500+, 512 Mb RAM, 200Gig Dump, 250Gig Archive, 20 Gig OS Hauppagge WinTV PVR USB2 GBPVR 99.05
Client - SoftMod Xbox, XBMC[/SIZE]
Client HTPC - Athlon 2500+, 512 Mb RAM, 200Gig Dump, 250Gig Archive, 20 Gig OS Hauppagge WinTV PVR USB2 GBPVR 99.05
Client - SoftMod Xbox, XBMC[/SIZE]