Hi! Ralph Glasstetter wrote:
> Hmmmm... is there no posibility to virtually concatenate a bunch of files on > OS level so that it apears as one file to DVBcut (or any other application)? As far as I can tell: no. > Maybe it's possible to implement with FUSE kind of a VDRFS? > If one mounts a directory with various vdr files the target apears > as directory containing just one vdr file... That might be an option - at least for Linux users. Another option would be a generalized "loop" driver that concatenates several files to form a single block device (which you could use as the input file). Before you consider using the md driver (in "linear" mode) to concatenate several loop devices: as far as I know, it places a "RAID superblock" on each device - which means that it will overwrite a block or two of each file. That's probably not what you want. -- Michael "Tired" Riepe <[EMAIL PROTECTED]> X-Tired: Each morning I get up I die a little ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
