Log in

View Full Version : Help with SP2 command line problems


Spuds
15th March 2007, 04:36
I've been checking out the SP2 trial and was trying to frame serve an AVS file from avisynth into CCE. If I drag and drop the file into the GUI and encode all is well. The trouble I have is when I use a command line like:

ccew -t "Doom9 settings" c:\test.avs -batch

The file loads and the encoder starts buts its just a short blank output. I know the AVS is good since I can drag and drop it with success.

Also every time I exit CCE I get the "do you want to save noname" prompt box, even in batch mode it asks this, how do you shut that off?

Spuds
15th March 2007, 04:55
OK, I'm an idiot .... :stupid:

The encoder was outputting a short .m2v file which I could not read. After entering my first message I deiced to use -auto in place of -batch so I could easily change the encode parameters (output size in this case). After doing this I could read the error message which basically indicated that I forgot a quote in my batch file so the file name was truncated DUH!

I'm still at a loss on that darn "save changes to 'noname'" message box, how do you clear that and why does it show up in a batch ?