[vdr] Hard Link Cutter for VDR-1.7.27

2012-04-02 Thread Udo Richter
Hi list, A bit late, but finally a fixed version of Hard Link Cutter for 1.7.27 is uploaded on my web page. I got ninja'd by Ville Skyttä anyway, so most credits go to him this time. Also: Finnish and German translation included. http://www.udo-richter.de/vdr/patches.en.html#hlcutter http://www.u

[vdr] Hard Link Cutter 0.2.2 for VDR-1.7.22

2011-12-05 Thread Udo Richter
Hi list, Hard Link Cutter is updated for VDR-1.7.22 available for download: http://www.udo-richter.de/vdr/patches.en.html#hlcutter http://www.udo-richter.de/vdr/patches.html#hlcutter Original patch by Ville Skyttä, adapted to the variant that VDR-1.7.22 uses. Not intensely tested, but should work

Re: [vdr] Hard link cutter

2007-03-20 Thread Udo Richter
Andreas Brachold wrote: i like your patch, but its work only on some recordings. Its failed with a segmentation fault, on cutting. The only differ are unbalanced marks (out missed) Confirmed, the patch doesn't handle the case that the last mark is a cut-in mark, not a cut-out. In that case 'Ma

Re: [vdr] Hard link cutter

2007-03-19 Thread Andreas Brachold
Hello, > Udo Richter wrote: > > I've been thinking about video cutting strategies, and I think its > > possible to speed up the cutting process noticeable, with some > > modifications to VDR. i like your patch, but its work only on some recordings. Its failed with a segmentation fault, on cutti

Re: [vdr] Hard link cutter [was: Suggestion: High speed cutting]

2007-03-18 Thread Udo Richter
Matthias Schwarzott wrote: Another thing that comes to my mind, but is sure hard to implement: If I do two or more simultanous recordings from the same channel, why couldn't VDR record this to the same file, and hardlink it to both directories. That would reduce the need to create one long reco

Re: [vdr] Hard link cutter [was: Suggestion: High speed cutting]

2007-03-18 Thread Udo Richter
Richard Lithvall wrote: Why not just change the naming of video files to four, five or even eight digits? The real limit is that the file format and the VDR API uses byte sized integers to represent this. (cIndexFile::Get uses an uchar *FileNumber.) This could be extended, even with moderate

Re: [vdr] Hard link cutter [was: Suggestion: High speed cutting]

2007-03-18 Thread Matthias Schwarzott
On Sonntag, 18. März 2007, Reinhard Nissl wrote: > Hi, > > Richard Lithvall wrote: > > Why not just change the naming of video files to four, five or even > > eight digits? > > The problem is not the file name, it's the index file. An index entry > stores the file number as "uchar", which allows 25

Re: [vdr] Hard link cutter [was: Suggestion: High speed cutting]

2007-03-17 Thread Reinhard Nissl
Hi, Richard Lithvall wrote: > Why not just change the naming of video files to four, five or even > eight digits? The problem is not the file name, it's the index file. An index entry stores the file number as "uchar", which allows 256 recording files. Bye. -- Dipl.-Inform. (FH) Reinhard Nissl

Re: [vdr] Hard link cutter [was: Suggestion: High speed cutting]

2007-03-17 Thread Richard Lithvall
Udo Richter wrote: This has been in my mind for over two years, and now I just wanted to see it working: Using hard file system links to speed up editing whenever a 00x.vdr file is copied from source to destination recording without modification. This has crossed my mind several times as well

[vdr] Hard link cutter [was: Suggestion: High speed cutting]

2007-03-17 Thread Udo Richter
Udo Richter wrote: I've been thinking about video cutting strategies, and I think its possible to speed up the cutting process noticeable, with some modifications to VDR. Hi list, I just had to do this in self-reply. ;) For reference, this is my 'original' post: http://linvdr.org/mailinglists