This is easy enough under *nix to implement using return codes.

Using the lame binary compiled for dos, there is no option to cause LAME to
delete the output file if an error is encountered. Speciffically, the error
i am getting that I would like this for is "Error reading input file"


Explanation:

I'm running lame through a batch file to encode large numbers of files
overnight. I don't have an easy method of monitoring the output, so I'm
unable to tell if all mp3 encodes were successful or not, since, when this
error occurs, lame is already part way through the encode and has created a
partial mp3 that plays successfully. This error is occurring because the
source and destination are on a networked file share. I'm unable to resolve
the error, so I need to be able to work around it.

_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to