If you run it in "quiet" mode does all output disappear?
If not then might be enough left to use.

Quick scan of source code shows that if in Quiet mode then progress
indicator is turned off.

Some of the output is sent to stderr even though it is not an error -
e.g.

Code:
--------------------
    
  else if(!opt.quiet) {
  fprintf(stderr, _("Resampling input from %d Hz to %d Hz\n"), fromrate, 
opt.resamplefreq);
  
--------------------

so you could try redirecting stderr (2>) and see what goes in there.



Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=110496

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to