Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VDR saving in different size chunks



MK wrote:
> 
> Hi,
> I think it would be nice to have VDR save recordings in different size
> chunks: instead of 1GB, it could be really useful to have at once chunks of
> 650 MB or 700 MB ;-)
> Where is the code that controls the recording chunk size in VDR?

Take a look at dvbapi.c and locate the macro

#define MAXVIDEOFILESIZE (1024*1024*1024) // Byte

This results in 1GB. Change it to any size you like.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


Home | Main Index | Thread Index