Hallo

> I have setup a video camera recording a seismograph (not really exciting
> unless something happens) using a DC10+ and lavrec. I also have a cron task
> deleting the avi files that are older then 12 hours.  Lavrec is just in
> record with the filename set to seismo-%06d.avi.  About every 645meg (15
> min) it creates a new file and continues recording.  In looking at the code
> in liblavrec.h I see that current_output_file (the number of the current
> file) is set as an int, so I assumed that at files would count to 032767,
> wrap and start again at 000001.
The amout of data that fits into the type int depends on C
implemenation. On a typical 32Bit Arcitecture you usally can expect that
a int variabel is 32bit wide 2^32 . So the number of files should go to
999999. 

> This doesn't seen to be the case.  My file count reaches 037007 before
> looping back to 000001.  This is more a question of curiosity then a call
> for help.  Lavrec has been chunking along for weeks now climbing to 037007
> and looping back to 000001.  So I guess it is all working as it should.
> 
> Any ideas what could be causing this behavior?
Hmm, not really a idea. 

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to