I posted this question a few days ago, but nobody answered it. So, I'm
trying again.

When I type "aviplay", a lot of messages appear in my terminal before
the program starts to run. I call them "log messages", but maybe there
is a better name to them. Some messagens displays CPU informations,
other display Stream information, and so on.

I wrote an application that runs under a 60 nodes Beowulf that reads
six avi files and write 50 avifiles. When I start this application,
the log messages appear (50+6)*(number of lines of messages) times. 

I'd like to know if somebody knows a way to disable them to appear, or
to redirect them to a file (from inside the application, using file
handlers for example).

To give an idea of what happen, I appended bellow the log message from
one single process. Now, guess what happen when 56 processes output
such messages...

Bruno

----------------- the log messages from one process --------------------------
fs seg 0x400bb000
Available CPU flags: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat 
pse36 mmx fxsr sse
448.973000 MHz Pentium III (Katmai) processor detected
MainAVIHeader: MicroSecPerFrame=40000 MaxBytesPerSec=0
 PaddingGranularity=0  Flags=[ HAS_INDEX TRUST_CKTYPE ] TotalFrames=0
 InitialFrames=0  Streams=1  SuggestedBufferSize=0 WxH=0x0
AVIStreamHeader: FccType=vids FccHandler=MP42 Flags=[ ]
 InitialFrames=0 Scale=40000 Rate=1000000 Start=0 Length=0
 SuggestedBufferSize=0 Quality=0 SampleSize=0 Rect l,r,t,b=0,720,0,480
Reconstructing index...
Stream 0: 0x73646976 (vids) : 0x3234504d (MP42)   708 chunks (11.06KB)
Cache: Adding stream 0, 708 chunks
Cache:   Creating cache for file descriptor: 3
Initialized stream 0 (Chunk table size 708, format size 40)
Successfully opened /home/tmp/bmuller/camera.avi
/usr/local/lib/avifile0.6/libwin32.so: found  A: 13  V: 46  plugins
/usr/local/lib/avifile0.6/libvorbis_audio.so: found  A: 1  V: 0  plugin
/usr/local/lib/avifile0.6/libmpeg_audiodec.so: found  A: 1  V: 0  plugin
/usr/local/lib/avifile0.6/libmp3lame_audioenc.so: found  A: 1  V: 0  plugin
/usr/local/lib/avifile0.6/libmjpeg.so: found  A: 0  V: 1  plugin
/usr/local/lib/avifile0.6/libmad_audiodec.so: found  A: 1  V: 0  plugin
/usr/local/lib/avifile0.6/libffmpeg.so: found  A: 2  V: 5  plugins
/usr/local/lib/avifile0.6/libaudiodec.so: found  A: 5  V: 0  plugins
/usr/local/lib/avifile0.6/libac3pass.so: found  A: 1  V: 0  plugin
Total Unfree 0 bytes cnt 0 [(nil),0]
Warning: DS_Filter() no such class object.  (DLL=mpg4ds32.ax)
DirectShow_VideoDecoder: FATAL: DS_Filter() format not accepted
Using Win32 dll library: mpg4c32.dll
VideoDecoder Size 40
Decoder is capable of YUV output ( flags 0x19)
Microsoft MPEG-4 video decoder created

-- 
-----------------------------------------
    Bruno Muller Junior em 04/04/2002

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to